MFEM
v4.2.0
Finite element discretization library
|
Defines the coarse-fine transformations of all fine elements. More...
#include <ncmesh.hpp>
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< Embedding > | embeddings |
Fine element positions in their parents. More... | |
Defines the coarse-fine transformations of all fine elements.
Definition at line 60 of file ncmesh.hpp.
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.
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.