MFEM  v3.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::NCMesh::FineTransform Struct Reference

#include <ncmesh.hpp>

Collaboration diagram for mfem::NCMesh::FineTransform:
[legend]

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...
 

Detailed Description

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.

Member Function Documentation

bool mfem::NCMesh::FineTransform::IsIdentity ( ) const
inline

As an optimization, identity transform is "stored" as empty matrix.

Definition at line 160 of file ncmesh.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: