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

Defines the coarse-fine transformations of all fine elements. More...

#include <ncmesh.hpp>

Collaboration diagram for mfem::CoarseFineTransformations:
[legend]

Public Attributes

DenseTensor point_matrices
 matrices for IsoparametricTransformation More...
 
Array< Embeddingembeddings
 fine element positions in their parents More...
 

Detailed Description

Defines the coarse-fine transformations of all fine elements.

Definition at line 51 of file ncmesh.hpp.

Member Data Documentation

Array<Embedding> mfem::CoarseFineTransformations::embeddings

fine element positions in their parents

Definition at line 54 of file ncmesh.hpp.

DenseTensor mfem::CoarseFineTransformations::point_matrices

matrices for IsoparametricTransformation

Definition at line 53 of file ncmesh.hpp.


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