MFEM  v3.4
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 (int elem, int matrix=0)
 

Public Attributes

int parent
 element index in the coarse mesh More...
 
int matrix
 index into CoarseFineTransformations::point_matrices More...
 

Detailed Description

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

Definition at line 43 of file ncmesh.hpp.

Constructor & Destructor Documentation

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

Definition at line 48 of file ncmesh.hpp.

Member Data Documentation

int mfem::Embedding::matrix

index into CoarseFineTransformations::point_matrices

Definition at line 46 of file ncmesh.hpp.

int mfem::Embedding::parent

element index in the coarse mesh

Definition at line 45 of file ncmesh.hpp.


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