36 #ifndef UTILITIES_NEKMESH_INPUTTEC
37 #define UTILITIES_NEKMESH_INPUTTEC
39 #include "../Module.h"
67 std::vector<int> &ElementFaces,
68 std::vector<std::vector<int> > &FaceNodes,
74 std::vector<int> &ElementFaces,
75 std::vector<std::vector<int> > &FaceNodes,
79 std::vector<int> &ElementFaces,
80 std::vector<std::vector<int> > &FaceNodes);
83 std::vector<int> &ElementFaces,
84 std::vector<std::vector<int> > &FaceNodes);
86 void ResetNodes(std::vector<NodeSharedPtr> &Nodes,
87 Array<
OneD, std::vector<int> > &ElementFaces,
88 std::vector<std::vector<int> > &FaceNodes);
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.