DUNE-FEM (unstable)

Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range > Class Template Reference

Implementation of DofAlignment. More...

#include <dune/fem/space/basisfunctionset/vectorial.hh>

Public Member Functions

GlobalDofType globalDof (const LocalDofType &localDof) const
 map local to global Dof More...
 
LocalDofType localDof (const GlobalDofType &globalDof) const
 map global to local Dof More...
 

Detailed Description

template<class ScalarBasisFunctionSet, class Range>
class Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >

Implementation of DofAlignment.

This Dof alignment uses consecutive enumeration for each coordinate in vectial basis function set.

Template Parameters
ScalarBasisFunctionSetscalar basis function set
Rangerange

Member Function Documentation

◆ globalDof()

template<class ScalarBasisFunctionSet , class Range >
GlobalDofType Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >::globalDof ( const LocalDofType &  localDof) const
inline

map local to global Dof

Note
methods localDof and globalDof must be inverse
Parameters
[in]localDoflocal Dof
Returns
global Dof

References Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >::localDof().

Referenced by Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >::localDof().

◆ localDof()

template<class ScalarBasisFunctionSet , class Range >
LocalDofType Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >::localDof ( const GlobalDofType &  globalDof) const
inline

map global to local Dof

Note
methods localDof and globalDof must be inverse
Parameters
[in]globalglobal Dof
Returns
local Dof

References Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >::globalDof().

Referenced by Dune::Fem::HorizontalDofAlignment< ScalarBasisFunctionSet, Range >::globalDof().


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)