DUNE-FEM (unstable)

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

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

Public Member Functions

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 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}

◆ 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.)


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)