MFEM  v4.2.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::CoarseFineTransformations Struct Reference

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

#include <ncmesh.hpp>

Collaboration diagram for mfem::CoarseFineTransformations:
[legend]

Public Member Functions

void GetCoarseToFineMap (const Mesh &fine_mesh, Table &coarse_to_fine, Array< int > &coarse_to_ref_type, Table &ref_type_to_matrix, Array< Geometry::Type > &ref_type_to_geom) const
 
void Clear ()
 
bool IsInitialized () const
 
long MemoryUsage () const
 

Public Attributes

DenseTensor point_matrices [Geometry::NumGeom]
 Matrices for IsoparametricTransformation organized by Geometry::Type. More...
 
Array< Embeddingembeddings
 Fine element positions in their parents. More...
 

Detailed Description

Defines the coarse-fine transformations of all fine elements.

Definition at line 60 of file ncmesh.hpp.

Member Function Documentation

void mfem::CoarseFineTransformations::Clear ( )

Definition at line 4239 of file ncmesh.cpp.

void mfem::CoarseFineTransformations::GetCoarseToFineMap ( const Mesh fine_mesh,
Table coarse_to_fine,
Array< int > &  coarse_to_ref_type,
Table ref_type_to_matrix,
Array< Geometry::Type > &  ref_type_to_geom 
) const

Definition at line 4149 of file ncmesh.cpp.

bool mfem::CoarseFineTransformations::IsInitialized ( ) const

Definition at line 4248 of file ncmesh.cpp.

long mfem::CoarseFineTransformations::MemoryUsage ( ) const

Definition at line 5214 of file ncmesh.cpp.

Member Data Documentation

Array<Embedding> mfem::CoarseFineTransformations::embeddings

Fine element positions in their parents.

Definition at line 65 of file ncmesh.hpp.

DenseTensor mfem::CoarseFineTransformations::point_matrices[Geometry::NumGeom]

Matrices for IsoparametricTransformation organized by Geometry::Type.

Definition at line 63 of file ncmesh.hpp.


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