36 #ifndef UTILITIES_PREPROCESSING_MESHCONVERT_INPUTGMSH
37 #define UTILITIES_PREPROCESSING_MESHCONVERT_INPUTGMSH
39 #include "../Module.h"
61 static std::map<unsigned int, ElmtConfig>
GenElmMap();
66 static std::map<unsigned int, ElmtConfig>
elmMap;
69 int GetNnodes(
unsigned int InputGmshEntity);
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.
Basic information about an element.
boost::shared_ptr< Module > ModuleSharedPtr