MFEM
v3.0
|
#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 98 of file ncmesh.hpp.
|
inline |
As an optimization, identity transform is "stored" as empty matrix.
Definition at line 104 of file ncmesh.hpp.
int mfem::NCMesh::FineTransform::coarse_index |
coarse Mesh element index
Definition at line 100 of file ncmesh.hpp.
DenseMatrix mfem::NCMesh::FineTransform::point_matrix |
for use in IsoparametricTransformation
Definition at line 101 of file ncmesh.hpp.