MFEM
v3.0
|
Data kept for every type of refinement. More...
#include <fespace.hpp>
Public Member Functions | |
~RefinementData () | |
Releases the allocated memory. More... | |
Public Attributes | |
RefinementType | type |
Refinement type. More... | |
int | num_fine_elems |
Number of the fine elements. More... | |
int | num_fine_dofs |
Number of the fine dofs on the coarse element (fc) More... | |
Table * | fl_to_fc |
(local dofs of) fine element <-> fine dofs on the coarse element More... | |
DenseMatrix * | I |
Local interpolation matrix. More... | |
Data kept for every type of refinement.
Definition at line 42 of file fespace.hpp.
|
inline |
Releases the allocated memory.
Definition at line 55 of file fespace.hpp.
Table* mfem::RefinementData::fl_to_fc |
(local dofs of) fine element <-> fine dofs on the coarse element
Definition at line 51 of file fespace.hpp.
DenseMatrix* mfem::RefinementData::I |
Local interpolation matrix.
Definition at line 53 of file fespace.hpp.
int mfem::RefinementData::num_fine_dofs |
Number of the fine dofs on the coarse element (fc)
Definition at line 49 of file fespace.hpp.
int mfem::RefinementData::num_fine_elems |
Number of the fine elements.
Definition at line 47 of file fespace.hpp.
RefinementType mfem::RefinementData::type |
Refinement type.
Definition at line 45 of file fespace.hpp.