MFEM v2.0
|
Data kept for every type of refinement. More...
#include <fespace.hpp>
Public Member Functions | |
~RefinementData () | |
Releases the allocated memory. | |
Public Attributes | |
RefinementType | type |
Refinement type. | |
int | num_fine_elems |
Number of the fine elements. | |
int | num_fine_dofs |
Number of the fine dofs on the coarse element (fc) | |
Table * | fl_to_fc |
(local dofs of) fine element <-> fine dofs on the coarse element | |
DenseMatrix * | I |
Local interpolation matrix. |
Data kept for every type of refinement.
Definition at line 33 of file fespace.hpp.
RefinementData::~RefinementData | ( | ) | [inline] |
Releases the allocated memory.
Definition at line 46 of file fespace.hpp.
(local dofs of) fine element <-> fine dofs on the coarse element
Definition at line 42 of file fespace.hpp.
Referenced by ~RefinementData().
Local interpolation matrix.
Definition at line 44 of file fespace.hpp.
Referenced by FiniteElementSpace::ConstructRefinementData(), and ~RefinementData().
Number of the fine dofs on the coarse element (fc)
Definition at line 40 of file fespace.hpp.
Number of the fine elements.
Definition at line 38 of file fespace.hpp.
Refinement type.
Definition at line 36 of file fespace.hpp.