Classes | |
struct | blockType |
class | pntMesh |
Typedefs | |
using | idTyp = int |
using | BlockMap = std::vector< blockType > |
Functions | |
VTKCellType | p2vEMap (elementType et) |
elementType | v2pEMap (VTKCellType vt) |
surfaceBCTag | bcTagNum (const std::string &tag) |
std::string | bcTagStr (surfaceBCTag tag) |
elementType | elmTypeNum (const std::string &tag) |
std::string | elmTypeStr (elementType tag) |
int | elmNumNde (elementType et, int order) |
int | elmNumSrf (elementType et) |
using PNTMesh::BlockMap = typedef std::vector<blockType> |
using PNTMesh::idTyp = typedef int |
|
strong |
|
strong |
PNTMesh::surfaceBCTag PNTMesh::bcTagNum | ( | const std::string & | tag | ) |
Definition at line 78 of file pntMesh.C.
References nemAux::toLower().
Referenced by PNTMesh::pntMesh::pntMesh(), and NEM::DRV::JSON::pntMeshBcTagFromJSON().
std::string PNTMesh::bcTagStr | ( | surfaceBCTag | tag | ) |
Definition at line 88 of file pntMesh.C.
Referenced by NEM::DRV::JSON::pntMeshBcTagToJSON(), and PNTMesh::pntMesh::write().
int PNTMesh::elmNumNde | ( | elementType | et, |
int | order | ||
) |
Definition at line 133 of file pntMesh.C.
References TRIANGLE.
Referenced by PNTMesh::pntMesh::pntMesh().
int PNTMesh::elmNumSrf | ( | elementType | et | ) |
Definition at line 155 of file pntMesh.C.
References TRIANGLE.
Referenced by PNTMesh::pntMesh::pntMesh().
PNTMesh::elementType PNTMesh::elmTypeNum | ( | const std::string & | tag | ) |
Definition at line 97 of file pntMesh.C.
References nemAux::toLower(), and TRIANGLE.
Referenced by PNTMesh::pntMesh::pntMesh(), and NEM::DRV::JSON::rangeToVec().
std::string PNTMesh::elmTypeStr | ( | elementType | tag | ) |
Definition at line 117 of file pntMesh.C.
References TRIANGLE.
Referenced by PNTMesh::pntMesh::pntMesh(), NEM::DRV::JSON::rangeToVec(), and PNTMesh::pntMesh::write().
VTKCellType PNTMesh::p2vEMap | ( | elementType | et | ) |
PNTMesh::elementType PNTMesh::v2pEMap | ( | VTKCellType | vt | ) |
Definition at line 58 of file pntMesh.C.
References TRIANGLE.
Referenced by PNTMesh::pntMesh::pntMesh().