DUNE-FEM (unstable)

Dune::Fem::DofConversionUtility< PointBased > Class Reference

Specialisation for PointBased approach. More...

#include <dune/fem/space/common/dofstorage.hh>

Public Member Functions

 DofConversionUtility (int numComponents)
 
void newSize (int size)
 
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

Specialisation for PointBased approach.

Constructor & Destructor Documentation

◆ DofConversionUtility()

Dune::Fem::DofConversionUtility< PointBased >::DofConversionUtility ( int  numComponents)
inline

Constructor

Parameters
numComponentsNumber of components in range vector (==dimRange).

Member Function Documentation

◆ combinedDof()

int Dune::Fem::DofConversionUtility< PointBased >::combinedDof ( int  containedIndex,
int  component 
) const
inline

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

◆ component()

int Dune::Fem::DofConversionUtility< PointBased >::component ( int  combinedIndex) const
inline

Component which the actual base function index gives a contribution

Returns
is in range {0, dimRange-1}

◆ newSize()

void Dune::Fem::DofConversionUtility< PointBased >::newSize ( int  size)
inline

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)