NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
nemosysGModel Class Reference

Detailed Description

Definition at line 46 of file gmshMesh.C.

Public Member Functions

void storeElementsInEntities (std::map< int, std::vector< MElement *>> &map)
 
void associateEntityWithMeshVertices (bool force=false)
 
void storeVerticesInEntities (std::vector< MVertex *> &vertices)
 
void storePhysicalTagsInEntities (int dim, std::map< int, std::map< int, std::string >> &map)
 

Inherits GModel.

Member Function Documentation

◆ associateEntityWithMeshVertices()

void nemosysGModel::associateEntityWithMeshVertices ( bool  force = false)
inline

Definition at line 52 of file gmshMesh.C.

Referenced by gmshMesh::write().

52  {
53  GModel::_associateEntityWithMeshVertices(force);
54  }

◆ storeElementsInEntities()

void nemosysGModel::storeElementsInEntities ( std::map< int, std::vector< MElement *>> &  map)
inline

Definition at line 48 of file gmshMesh.C.

Referenced by gmshMesh::write().

48  {
49  GModel::_storeElementsInEntities(map);
50  }

◆ storePhysicalTagsInEntities()

void nemosysGModel::storePhysicalTagsInEntities ( int  dim,
std::map< int, std::map< int, std::string >> &  map 
)
inline

Definition at line 60 of file gmshMesh.C.

61  {
62  GModel::_storePhysicalTagsInEntities(dim, map);
63  }

◆ storeVerticesInEntities()

void nemosysGModel::storeVerticesInEntities ( std::vector< MVertex *> &  vertices)
inline

Definition at line 56 of file gmshMesh.C.

Referenced by gmshMesh::write().

56  {
57  GModel::_storeVerticesInEntities(vertices);
58  }

The documentation for this class was generated from the following file: