#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/mapper/code.hh>
Dune::Fem::DofMapperCode::DofMapperCode |
( |
unsigned int |
numBlocks, |
|
|
unsigned int |
numDofs |
|
) |
| |
|
inlineprotected |
Dune::Fem::DofMapperCode::DofMapperCode |
( |
| ) |
|
|
inline |
Dune::Fem::DofMapperCode::DofMapperCode |
( |
const DofMapperCode & |
other | ) |
|
|
inline |
Dune::Fem::DofMapperCode::~DofMapperCode |
( |
| ) |
|
|
inline |
Iterator Dune::Fem::DofMapperCode::begin |
( |
| ) |
|
|
inlineprotected |
Iterator Dune::Fem::DofMapperCode::end |
( |
| ) |
|
|
inlineprotected |
unsigned int Dune::Fem::DofMapperCode::numBlocks |
( |
| ) |
const |
|
inline |
unsigned int Dune::Fem::DofMapperCode::numDofs |
( |
| ) |
const |
|
inline |
template<class Functor >
void Dune::Fem::DofMapperCode::operator() |
( |
Functor |
f | ) |
const |
|
inline |
execute DoF mapper code
The functor has to be a copyable object satisfying the following interface:
The type ConstIterator is defined by the DofMapperCode. It is passed the following arguments:
- gtIndex: global geometry type index of a subentity
- subEntity: local number of the subentity (wrt. the reference element)
- begin / end: iterator pair returning the local indices (wrt. to the element) of the DoFs associated to the subentity
References begin(), and end().
std::size_t Dune::Fem::DofMapperCode::size |
( |
| ) |
const |
|
inlineprotected |
static std::size_t Dune::Fem::DofMapperCode::size |
( |
unsigned int |
numBlocks, |
|
|
unsigned int |
numDofs |
|
) |
| |
|
inlinestaticprotected |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const DofMapperCode & |
code |
|
) |
| |
|
friend |
unsigned int* Dune::Fem::DofMapperCode::code_ |
|
protected |
The documentation for this class was generated from the following file: