DUNE-FEM (unstable)

Dune::Fem::DofAlignment< Implementation > Class Template Reference

Interface documentation for Dof alignment classes used in VectorialBasisFunctionSet. More...

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

Public Types

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
 

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 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
Implementationimplementation type (CRTP)

Member Function Documentation

◆ globalDof()

template<class Implementation >
GlobalDofType Dune::Fem::DofAlignment< Implementation >::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::DofAlignment< Implementation >::localDof().

Referenced by Dune::Fem::DofAlignment< Implementation >::localDof().

◆ localDof()

template<class Implementation >
LocalDofType Dune::Fem::DofAlignment< Implementation >::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::DofAlignment< Implementation >::globalDof().

Referenced by Dune::Fem::DofAlignment< Implementation >::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)