MFEM  v4.0
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::Embedding Struct Reference

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

Detailed Description

Defines the position of a fine element within a coarse element.

Definition at line 45 of file ncmesh.hpp.

Constructor & Destructor Documentation

mfem::Embedding::Embedding ( )
default
mfem::Embedding::Embedding ( int  elem,
int  matrix = 0 
)
inline

Definition at line 55 of file ncmesh.hpp.

Member Data Documentation

int mfem::Embedding::matrix

Index into the DenseTensor corresponding to the parent Geometry::Type stored in CoarseFineTransformations::point_matrices.

Definition at line 51 of file ncmesh.hpp.

int mfem::Embedding::parent

Element index in the coarse mesh.

Definition at line 48 of file ncmesh.hpp.


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