MFEM v2.0
Public Member Functions | Public Attributes
RefinementData Class Reference

Data kept for every type of refinement. More...

#include <fespace.hpp>

Collaboration diagram for RefinementData:
Collaboration graph
[legend]

List of all members.

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)
Tablefl_to_fc
 (local dofs of) fine element <-> fine dofs on the coarse element
DenseMatrixI
 Local interpolation matrix.

Detailed Description

Data kept for every type of refinement.

Definition at line 33 of file fespace.hpp.


Constructor & Destructor Documentation

RefinementData::~RefinementData ( ) [inline]

Releases the allocated memory.

Definition at line 46 of file fespace.hpp.

References fl_to_fc, and I.


Member Data Documentation

(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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines