Flow123d  release_3.0.0-1263-g7cf53c1
Public Member Functions | Public Attributes | List of all members
DofComponentData Struct Reference

#include <fe_system.hh>

Public Member Functions

 DofComponentData (unsigned int fei, unsigned int bi, unsigned co)
 

Public Attributes

unsigned int fe_index
 Index of base FE class in the vector fe_. More...
 
unsigned int basis_index
 Index of basis function in the base FE. More...
 
unsigned int component_offset
 Component index in the FESystem. More...
 

Detailed Description

Auxiliary class that stores the relation of dofs in the FESystem to the base FE class. For each dof in FESystem it provides:

Definition at line 37 of file fe_system.hh.

Constructor & Destructor Documentation

DofComponentData::DofComponentData ( unsigned int  fei,
unsigned int  bi,
unsigned  co 
)
inline

Definition at line 39 of file fe_system.hh.

Member Data Documentation

unsigned int DofComponentData::basis_index

Index of basis function in the base FE.

Definition at line 48 of file fe_system.hh.

unsigned int DofComponentData::component_offset

Component index in the FESystem.

Definition at line 50 of file fe_system.hh.

unsigned int DofComponentData::fe_index

Index of base FE class in the vector fe_.

Definition at line 43 of file fe_system.hh.


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