Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Public Attributes | List of all members
FESystem< dim, spacedim >::DofComponentData Struct Reference

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

template<unsigned int dim, unsigned int spacedim>
struct FESystem< dim, spacedim >::DofComponentData

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 94 of file fe_system.hh.

Constructor & Destructor Documentation

template<unsigned int dim, unsigned int spacedim>
FESystem< dim, spacedim >::DofComponentData::DofComponentData ( unsigned int  fei,
unsigned int  bi,
unsigned  co 
)
inline

Definition at line 96 of file fe_system.hh.

Member Data Documentation

template<unsigned int dim, unsigned int spacedim>
unsigned int FESystem< dim, spacedim >::DofComponentData::basis_index

Index of basis function in the base FE.

Definition at line 105 of file fe_system.hh.

template<unsigned int dim, unsigned int spacedim>
unsigned int FESystem< dim, spacedim >::DofComponentData::component_offset

Component index in the FESystem.

Definition at line 107 of file fe_system.hh.

template<unsigned int dim, unsigned int spacedim>
unsigned int FESystem< dim, spacedim >::DofComponentData::fe_index

Index of base FE class in the vector fe_.

Definition at line 100 of file fe_system.hh.


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