MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
mfem::NCMesh::DofData Struct Reference

#include <ncmesh.hpp>

Collaboration diagram for mfem::NCMesh::DofData:
[legend]

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

Detailed Description

Holds temporary data for each nonconforming (FESpace-assigned) DOF during the interpolation algorithm.

Definition at line 354 of file ncmesh.hpp.

Constructor & Destructor Documentation

mfem::NCMesh::DofData::DofData ( )
inline

Definition at line 359 of file ncmesh.hpp.

Member Function Documentation

bool mfem::NCMesh::DofData::Independent ( ) const
inline

Definition at line 360 of file ncmesh.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: