MFEM
v3.1
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
bool | IsIdentity () const |
As an optimization, identity transform is "stored" as empty matrix. More... | |
Public Attributes | |
int | coarse_index |
coarse Mesh element index More... | |
DenseMatrix | point_matrix |
for use in IsoparametricTransformation More... | |
Represents the relation of a fine element to its parent (coarse) element from a previous mesh state. (Note that the parent can be an indirect parent.) The point matrix determines where in the reference domain of the coarse element the fine element is located.
Definition at line 154 of file ncmesh.hpp.
|
inline |
As an optimization, identity transform is "stored" as empty matrix.
Definition at line 160 of file ncmesh.hpp.
int mfem::NCMesh::FineTransform::coarse_index |
coarse Mesh element index
Definition at line 156 of file ncmesh.hpp.
DenseMatrix mfem::NCMesh::FineTransform::point_matrix |
for use in IsoparametricTransformation
Definition at line 157 of file ncmesh.hpp.