|
MFEM
v3.4
Finite element discretization library
|
Lists all edges/faces in the nonconforming mesh. More...
#include <ncmesh.hpp>
Public Member Functions | |
| void | Clear (bool hard=false) |
| bool | Empty () const |
| long | TotalSize () const |
| long | MemoryUsage () const |
| const MeshId & | LookUp (int index, int *type=NULL) const |
Public Attributes | |
| std::vector< MeshId > | conforming |
| std::vector< Master > | masters |
| std::vector< Slave > | slaves |
Lists all edges/faces in the nonconforming mesh.
Definition at line 169 of file ncmesh.hpp.
| void mfem::NCMesh::NCList::Clear | ( | bool | hard = false | ) |
Definition at line 2069 of file ncmesh.cpp.
|
inline |
Definition at line 178 of file ncmesh.hpp.
| const NCMesh::MeshId & mfem::NCMesh::NCList::LookUp | ( | int | index, |
| int * | type = NULL |
||
| ) | const |
Definition at line 2092 of file ncmesh.cpp.
| long mfem::NCMesh::NCList::MemoryUsage | ( | ) | const |
Definition at line 3526 of file ncmesh.cpp.
| long mfem::NCMesh::NCList::TotalSize | ( | ) | const |
Definition at line 2087 of file ncmesh.cpp.
| std::vector<MeshId> mfem::NCMesh::NCList::conforming |
Definition at line 171 of file ncmesh.hpp.
| std::vector<Master> mfem::NCMesh::NCList::masters |
Definition at line 172 of file ncmesh.hpp.
| std::vector<Slave> mfem::NCMesh::NCList::slaves |
Definition at line 173 of file ncmesh.hpp.
1.8.5