12 #ifndef __MESH2D_PIS_NE_H
13 #define __MESH2D_PIS_NE_H
16 #include "pis/mesh2d_pis.h"
28 template<
class ParticleType,
class IType>
32 typename IType::ParameterType m_param;
34 set<pair<int,int> > m_edge_int_set;
35 set<pair<int,int> > m_corner_int_set;
36 vector<typename IType::EdgeIntType> m_edge_interactions;
37 vector<typename IType::CornerIntType> m_corner_interactions;
43 virtual bool isIn(
const vector<int>&);
54 virtual void exchange(){};
59 #include "mesh2d_pis_ne.hpp"
61 #endif // __MESH2D_PIS_NE_H