36 #ifndef UTILITIES_PREPROCESSING_MESHCONVERT_INPUTTEC
37 #define UTILITIES_PREPROCESSING_MESHCONVERT_INPUTTEC
39 #include "../Module.h"
40 #include "../MeshElements.h"
67 int i, vector<int> &ElementFaces,
68 vector<vector<int> >&FaceNodes,
74 int i, vector<int> &ElementFaces,
75 vector<vector<int> >&FaceNodes,
80 vector<int> &ElementFaces,
81 vector<vector<int> >&FaceNodes);
84 vector<int> &ElementFaces,
85 vector<vector<int> >&FaceNodes);
89 vector<vector<int> >&FaceNodes);
pair< ModuleType, string > ModuleKey
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
boost::shared_ptr< Module > ModuleSharedPtr