DUNE-FEM (unstable)

Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, VariableBased > Class Template Reference

Specialisation for VariableBased approach. More...

#include <dune/fem/space/combinedspace/combineddofstorage.hh>

Public Member Functions

 CombinedDofConversionUtility (const ContainedMapperType &mapper, int size)
 constructor More...
 
void newSize (int size)
 Set new size after adaptation.
 
int component (int combinedIndex) const
 
int containedDof (int combinedIndex) const
 Number of the (scalar) base function belonging to base function index.
 
int combinedDof (int containedIndex, int component) const
 

Static Public Member Functions

static DofStoragePolicy policy ()
 Find out what type of policy this is.
 

Detailed Description

template<class ContainedMapper, int N>
class Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, VariableBased >

Specialisation for VariableBased approach.

Constructor & Destructor Documentation

◆ CombinedDofConversionUtility()

template<class ContainedMapper , int N>
Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, VariableBased >::CombinedDofConversionUtility ( const ContainedMapperType &  mapper,
int  size 
)
inline

constructor

Parameters
[in]mappermapper of the contained space
[in]sizenumber of global DoFs per component

Member Function Documentation

◆ combinedDof()

template<class ContainedMapper , int N>
int Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, VariableBased >::combinedDof ( int  containedIndex,
int  component 
) const
inline

Reverse operation of containedDof, component i == combinedDof(containedDof(i), component(i))

◆ component()

template<class ContainedMapper , int N>
int Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, VariableBased >::component ( int  combinedIndex) const
inline

Component which the actual base function index gives a contribution

Returns
is in range {0, dimRange-1}

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)