![]() |
MFEM
v4.4.0
Finite element discretization library
|
Lists all edges/faces in the nonconforming mesh. More...
#include <ncmesh.hpp>
Public Member Functions | |
| void | OrientedPointMatrix (const Slave &slave, DenseMatrix &oriented_matrix) const |
| Return the point matrix oriented according to the master and slave edges. More... | |
| void | Clear () |
| bool | Empty () const |
| long | TotalSize () const |
| long | MemoryUsage () const |
| const MeshId & | LookUp (int index, int *type=NULL) const |
| ~NCList () | |
Public Attributes | |
| Array< MeshId > | conforming |
| Array< Master > | masters |
| Array< Slave > | slaves |
| Array< DenseMatrix * > | point_matrices [Geometry::NumGeom] |
| List of unique point matrices for each slave geometry. More... | |
Lists all edges/faces in the nonconforming mesh.
Definition at line 227 of file ncmesh.hpp.
|
inline |
Definition at line 247 of file ncmesh.hpp.
| void mfem::NCMesh::NCList::Clear | ( | ) |
Definition at line 3246 of file ncmesh.cpp.
|
inline |
Definition at line 241 of file ncmesh.hpp.
| const NCMesh::MeshId & mfem::NCMesh::NCList::LookUp | ( | int | index, |
| int * | type = NULL |
||
| ) | const |
Definition at line 3269 of file ncmesh.cpp.
| long mfem::NCMesh::NCList::MemoryUsage | ( | ) | const |
Definition at line 5987 of file ncmesh.cpp.
| void mfem::NCMesh::NCList::OrientedPointMatrix | ( | const Slave & | slave, |
| DenseMatrix & | oriented_matrix | ||
| ) | const |
Return the point matrix oriented according to the master and slave edges.
Definition at line 3224 of file ncmesh.cpp.
| long mfem::NCMesh::NCList::TotalSize | ( | ) | const |
Definition at line 3264 of file ncmesh.cpp.
Definition at line 229 of file ncmesh.hpp.
Definition at line 230 of file ncmesh.hpp.
| Array<DenseMatrix*> mfem::NCMesh::NCList::point_matrices[Geometry::NumGeom] |
List of unique point matrices for each slave geometry.
Definition at line 234 of file ncmesh.hpp.
Definition at line 231 of file ncmesh.hpp.
1.8.5