DUNE-FEM (unstable)

Dune::Fem::AuxiliaryDofs< GridPart, Mapper > Class Template Reference

In parallel computations the dofs of a discrete function are made up by all primary dofs. For technical reasons some dofs exists on multiply processes but are only primary on exactly one process. Dofs on processes that are not primary are called auxiliary. More...

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

Public Types

typedef GridPart GridPartType
 type of grid part
 
typedef Mapper MapperType
 type of used mapper
 

Public Member Functions

IndexType operator[] (const IndexType index) const
 return dof number of auxiliary for index
 
IndexType size () const
 return number of auxiliary dofs
 
IndexType primarySize () const
 return number of primaryDofs
 
bool contains (IndexType index) const
 return true if index is contained, meaning it is a auxiliary dof
 

Detailed Description

template<class GridPart, class Mapper>
class Dune::Fem::AuxiliaryDofs< GridPart, Mapper >

In parallel computations the dofs of a discrete function are made up by all primary dofs. For technical reasons some dofs exists on multiply processes but are only primary on exactly one process. Dofs on processes that are not primary are called auxiliary.


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.80.0 (May 6, 22:30, 2024)