MFEM
v4.3.0
Finite element discretization library
|
Defines the position of a fine element within a coarse element. More...
#include <ncmesh.hpp>
Public Member Functions | |
Embedding ()=default | |
Embedding (int elem, int matrix=0) | |
Public Attributes | |
int | parent |
Element index in the coarse mesh. More... | |
int | matrix |
Index into the DenseTensor corresponding to the parent Geometry::Type stored in CoarseFineTransformations::point_matrices. More... | |
Defines the position of a fine element within a coarse element.
Definition at line 46 of file ncmesh.hpp.
|
default |
|
inline |
Definition at line 56 of file ncmesh.hpp.
int mfem::Embedding::matrix |
Index into the DenseTensor corresponding to the parent Geometry::Type stored in CoarseFineTransformations::point_matrices.
Definition at line 52 of file ncmesh.hpp.
int mfem::Embedding::parent |
Element index in the coarse mesh.
Definition at line 49 of file ncmesh.hpp.