![]() |
MFEM v4.7.0
Finite element discretization library
|
This holds in one place the constants about the geometries we support. More...
#include <ncmesh.hpp>
Public Member Functions | |
| GeomInfo () | |
| void | InitGeom (Geometry::Type geom) |
Public Attributes | |
| int | nv |
| int | ne |
| int | nf |
| int | edges [MaxElemEdges][2] |
| int | faces [MaxElemFaces][4] |
| int | nfv [MaxElemFaces] |
| bool | initialized |
This holds in one place the constants about the geometries we support.
Definition at line 1179 of file ncmesh.hpp.
|
inline |
Definition at line 1187 of file ncmesh.hpp.
| void mfem::NCMesh::GeomInfo::InitGeom | ( | Geometry::Type | geom | ) |
Definition at line 57 of file ncmesh.cpp.
| int mfem::NCMesh::GeomInfo::edges[MaxElemEdges][2] |
Definition at line 1182 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::faces[MaxElemFaces][4] |
Definition at line 1183 of file ncmesh.hpp.
| bool mfem::NCMesh::GeomInfo::initialized |
Definition at line 1186 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::ne |
Definition at line 1181 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::nf |
Definition at line 1181 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::nfv[MaxElemFaces] |
Definition at line 1184 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::nv |
Definition at line 1181 of file ncmesh.hpp.