Interface documentation for Dof alignment classes used in VectorialBasisFunctionSet.
More...
#include <dune/fem/space/basisfunctionset/vectorial.hh>
|
typedef std::size_t | GlobalDofType |
| global Dof type
|
|
typedef std::pair< int, std::size_t > | LocalDofType |
| local Dof type consists of coordinate number and Dof number in scalar basis function set
|
|
template<class Implementation>
class Dune::Fem::DofAlignment< Implementation >
Interface documentation for Dof alignment classes used in VectorialBasisFunctionSet.
- Note
- This interface class is implemented by HorizontalDofAlignment and VerticalDofAlignment
- Template Parameters
-
Implementation | implementation type (CRTP) |
◆ GlobalDofType
template<class Implementation >
◆ LocalDofType
template<class Implementation >
local Dof type consists of coordinate number and Dof number in scalar basis function set
◆ DofAlignment()
template<class Implementation >
◆ globalDof()
template<class Implementation >
map local to global Dof
- Note
- methods localDof and globalDof must be inverse
- Parameters
-
- Returns
- global Dof
◆ impl()
template<class Implementation >
◆ localDof()
template<class Implementation >
map global to local Dof
- Note
- methods localDof and globalDof must be inverse
- Parameters
-
- Returns
- local Dof
The documentation for this class was generated from the following file: