MFEM
v4.0
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 186 of file ncmesh.hpp.
void mfem::NCMesh::NCList::Clear | ( | bool | hard = false | ) |
Definition at line 2310 of file ncmesh.cpp.
|
inline |
Definition at line 195 of file ncmesh.hpp.
const NCMesh::MeshId & mfem::NCMesh::NCList::LookUp | ( | int | index, |
int * | type = NULL |
||
) | const |
Definition at line 2333 of file ncmesh.cpp.
long mfem::NCMesh::NCList::MemoryUsage | ( | ) | const |
Definition at line 4044 of file ncmesh.cpp.
long mfem::NCMesh::NCList::TotalSize | ( | ) | const |
Definition at line 2328 of file ncmesh.cpp.
std::vector<MeshId> mfem::NCMesh::NCList::conforming |
Definition at line 188 of file ncmesh.hpp.
std::vector<Master> mfem::NCMesh::NCList::masters |
Definition at line 189 of file ncmesh.hpp.
std::vector<Slave> mfem::NCMesh::NCList::slaves |
Definition at line 190 of file ncmesh.hpp.