dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, PointBased > Class Template Reference

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

Inheritance diagram for Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, PointBased >:
Inheritance graph

Public Types

typedef ContainedMapper ContainedMapperType
 

Public Member Functions

 CombinedDofConversionUtility (const ContainedMapperType &mapper, const int numComponents)
 
void newSize (const int size)
 
int component (const int combinedIndex) const
 
int containedDof (const int combinedIndex) const
 Number of the (scalar) base function belonging to base function index.
 
int combinedDof (const int containedIndex, const 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, PointBased >

does the same as DofConversionUtility<PointBased>, just other construtor

Member Typedef Documentation

◆ ContainedMapperType

template<class ContainedMapper , int N>
typedef ContainedMapper Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, PointBased >::ContainedMapperType

Constructor & Destructor Documentation

◆ CombinedDofConversionUtility()

template<class ContainedMapper , int N>
Dune::Fem::CombinedDofConversionUtility< ContainedMapper, N, PointBased >::CombinedDofConversionUtility ( const ContainedMapperType mapper,
const int  numComponents 
)
inline

Member Function Documentation

◆ combinedDof()

int Dune::Fem::PointBasedDofConversionUtility< dimRange >::combinedDof ( const int  containedIndex,
const int  component 
) const
inlineinherited

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

◆ component()

int Dune::Fem::PointBasedDofConversionUtility< dimRange >::component ( const int  combinedIndex) const
inlineinherited

Component which the actual base function index gives a contribution

Returns
is in range {0, dimRange-1}

◆ containedDof()

int Dune::Fem::PointBasedDofConversionUtility< dimRange >::containedDof ( const int  combinedIndex) const
inlineinherited

Number of the (scalar) base function belonging to base function index.

◆ newSize()

void Dune::Fem::PointBasedDofConversionUtility< dimRange >::newSize ( const int  size)
inlineinherited

The size of the range vector cannot change, hence this method does nothing. (In fact, this method is only here so that you can treat all DofStorageUtility objects identically without knowing whether they are PointBased or VariableBased.)

◆ policy()

static DofStoragePolicy Dune::Fem::PointBasedDofConversionUtility< dimRange >::policy ( )
inlinestaticinherited

Find out what type of policy this is.


The documentation for this class was generated from the following file: