MFEM
v3.0
|
#include <ncmesh.hpp>
Public Member Functions | |
DofData () | |
bool | Independent () const |
Public Attributes | |
bool | finalized |
true if cP matrix row is known for this DOF More... | |
DepList | dep_list |
list of other DOFs this DOF depends on More... | |
Holds temporary data for each nonconforming (FESpace-assigned) DOF during the interpolation algorithm.
Definition at line 354 of file ncmesh.hpp.
|
inline |
Definition at line 359 of file ncmesh.hpp.
|
inline |
Definition at line 360 of file ncmesh.hpp.
DepList mfem::NCMesh::DofData::dep_list |
list of other DOFs this DOF depends on
Definition at line 357 of file ncmesh.hpp.
bool mfem::NCMesh::DofData::finalized |
true if cP matrix row is known for this DOF
Definition at line 356 of file ncmesh.hpp.