36 #ifndef UTILITIES_PREPROCESSING_MESHCONVERT_INPUTSTAR
37 #define UTILITIES_PREPROCESSING_MESHCONVERT_INPUTSTAR
39 #include "../Module.h"
40 #include "../MeshElements.h"
69 int i, vector<int> &ElementFaces,
70 map<
int, vector<int> >&FaceNodes,
76 vector<int> &FaceNodes,
80 vector<int> &FaceNodes);
83 vector<int> &ElementFaces,
84 map<
int, vector<int> >&FaceNodes);
88 map<
int, vector<int> > &FaceNodes);
99 void ReadNodes( std::vector<NodeSharedPtr> &Nodes);
102 Array<
OneD, vector<int> > &ElementFaces);
105 map<
int, vector<int> > &FacesNodes,
107 vector<string> &facelabels);
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