|
MFEM
v3.1
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
| GeomInfo () | |
| void | Initialize (const mfem::Element *elem) |
Public Attributes | |
| int | nv |
| int | ne |
| int | nf |
| int | nfv |
| int | edges [12][2] |
| int | faces [6][4] |
| bool | initialized |
This holds in one place the constants about the geometries we support (triangles, quads, cubes)
Definition at line 621 of file ncmesh.hpp.
|
inline |
Definition at line 628 of file ncmesh.hpp.
| void mfem::NCMesh::GeomInfo::Initialize | ( | const mfem::Element * | elem | ) |
Definition at line 28 of file ncmesh.cpp.
| int mfem::NCMesh::GeomInfo::edges[12][2] |
Definition at line 624 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::faces[6][4] |
Definition at line 625 of file ncmesh.hpp.
| bool mfem::NCMesh::GeomInfo::initialized |
Definition at line 627 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::ne |
Definition at line 623 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::nf |
Definition at line 623 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::nfv |
Definition at line 623 of file ncmesh.hpp.
| int mfem::NCMesh::GeomInfo::nv |
Definition at line 623 of file ncmesh.hpp.
1.8.5