MFEM
v3.3.2
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
Slave (int index, int element, int local) | |
void | OrientedPointMatrix (DenseMatrix &oriented_matrix) const |
Return the point matrix oriented according to the master and slave edges. More... | |
Public Member Functions inherited from mfem::NCMesh::MeshId | |
MeshId (int index=-1, int element=-1, int local=-1) | |
Public Attributes | |
int | master |
master number (in Mesh numbering) More... | |
int | edge_flags |
edge orientation flags More... | |
DenseMatrix | point_matrix |
position within the master edge/face More... | |
Public Attributes inherited from mfem::NCMesh::MeshId | |
int | index |
Mesh number. More... | |
int | element |
NCMesh::Element containing this vertex/edge/face. More... | |
int | local |
local number within 'element' More... | |
Nonconforming edge/face within a bigger edge/face. NOTE: only the 'index' member of MeshId is currently valid for slaves.
Definition at line 152 of file ncmesh.hpp.
|
inline |
Definition at line 158 of file ncmesh.hpp.
void mfem::NCMesh::Slave::OrientedPointMatrix | ( | DenseMatrix & | oriented_matrix | ) | const |
Return the point matrix oriented according to the master and slave edges.
Definition at line 1986 of file ncmesh.cpp.
int mfem::NCMesh::Slave::edge_flags |
edge orientation flags
Definition at line 155 of file ncmesh.hpp.
int mfem::NCMesh::Slave::master |
master number (in Mesh numbering)
Definition at line 154 of file ncmesh.hpp.
DenseMatrix mfem::NCMesh::Slave::point_matrix |
position within the master edge/face
Definition at line 156 of file ncmesh.hpp.