MFEM
v4.3.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, bool get_coarse_to_fine_only=false) const |
void | GetCoarseToFineMap (const Mesh &fine_mesh, Table &coarse_to_fine) 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 4563 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, | ||
bool | get_coarse_to_fine_only = false |
||
) | const |
Definition at line 4455 of file ncmesh.cpp.
void mfem::CoarseFineTransformations::GetCoarseToFineMap | ( | const Mesh & | fine_mesh, |
Table & | coarse_to_fine | ||
) | const |
Definition at line 4545 of file ncmesh.cpp.
bool mfem::CoarseFineTransformations::IsInitialized | ( | ) | const |
Definition at line 4572 of file ncmesh.cpp.
long mfem::CoarseFineTransformations::MemoryUsage | ( | ) | const |
Definition at line 6083 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.