36 #ifndef UTILITIES_NEKMESH_INPUTSTAR
37 #define UTILITIES_NEKMESH_INPUTSTAR
39 #include "../Module.h"
69 std::vector<int> &ElementFaces,
70 std::map<
int, std::vector<int> > &FaceNodes,
76 std::vector<int> &FaceNodes,
80 std::vector<int> &FaceNodes);
83 std::vector<int> &ElementFaces,
84 std::map<
int, std::vector<int> > &FaceNodes);
86 void ResetNodes(std::vector<NodeSharedPtr> &Nodes,
87 Array<
OneD, std::vector<int> > &ElementFaces,
88 std::map<
int, std::vector<int> > &FaceNodes);
98 void ReadNodes(std::vector<NodeSharedPtr> &Nodes);
101 Array<
OneD, std::vector<int> > &ElementFaces);
104 std::map<
int, std::vector<int> > &FacesNodes,
105 Array<
OneD, std::vector<int> > &ElementFaces,
106 std::vector<std::string> &facelabels);
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
boost::shared_ptr< Module > ModuleSharedPtr
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.