dune-fem 2.8.0
|
Implementation of DofAlignment. More...
#include <dune/fem/space/basisfunctionset/vectorial.hh>
Public Types | |
typedef BaseType::GlobalDofType | GlobalDofType |
typedef BaseType::LocalDofType | LocalDofType |
Public Member Functions | |
VerticalDofAlignment ()=default | |
VerticalDofAlignment (const ScalarBasisFunctionSet &) | |
GlobalDofType | globalDof (const LocalDofType &localDof) const |
map local to global Dof | |
LocalDofType | localDof (const GlobalDofType &globalDof) const |
map global to local Dof | |
Protected Member Functions | |
const VerticalDofAlignment< ScalarBasisFunctionSet, Range > & | impl () const |
Implementation of DofAlignment.
This Dof uses the same Dof enumeration as VectorialShapeFunctionSet.
ScalarBasisFunctionSet | scalar basis function set |
Range | range |
typedef BaseType::GlobalDofType Dune::Fem::VerticalDofAlignment< ScalarBasisFunctionSet, Range >::GlobalDofType |
typedef BaseType::LocalDofType Dune::Fem::VerticalDofAlignment< ScalarBasisFunctionSet, Range >::LocalDofType |
|
default |
|
inlineexplicit |
|
inline |
map local to global Dof
[in] | localDof | local Dof |
|
inlineprotectedinherited |
|
inline |
map global to local Dof
[in] | global | global Dof |