#include <dune/fem/space/mapper/code.hh>
◆ ConstIterator
◆ Iterator
◆ DofMapperCode() [1/3]
Dune::Fem::DofMapperCode::DofMapperCode |
( |
unsigned int |
numBlocks, |
|
|
unsigned int |
numDofs |
|
) |
| |
|
inlineprotected |
◆ DofMapperCode() [2/3]
Dune::Fem::DofMapperCode::DofMapperCode |
( |
| ) |
|
|
inline |
◆ DofMapperCode() [3/3]
Dune::Fem::DofMapperCode::DofMapperCode |
( |
const DofMapperCode & |
other | ) |
|
|
inline |
◆ ~DofMapperCode()
Dune::Fem::DofMapperCode::~DofMapperCode |
( |
| ) |
|
|
inline |
◆ begin() [1/2]
Iterator Dune::Fem::DofMapperCode::begin |
( |
| ) |
|
|
inlineprotected |
◆ begin() [2/2]
◆ end() [1/2]
Iterator Dune::Fem::DofMapperCode::end |
( |
| ) |
|
|
inlineprotected |
◆ end() [2/2]
◆ numBlocks()
unsigned int Dune::Fem::DofMapperCode::numBlocks |
( |
| ) |
const |
|
inline |
◆ numDofs()
unsigned int Dune::Fem::DofMapperCode::numDofs |
( |
| ) |
const |
|
inline |
◆ operator()()
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:
struct Functor
{
};
const unsigned int * ConstIterator
Definition: code.hh:20
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
◆ operator=()
◆ size() [1/2]
std::size_t Dune::Fem::DofMapperCode::size |
( |
| ) |
const |
|
inlineprotected |
◆ size() [2/2]
static std::size_t Dune::Fem::DofMapperCode::size |
( |
unsigned int |
numBlocks, |
|
|
unsigned int |
numDofs |
|
) |
| |
|
inlinestaticprotected |
◆ code_
unsigned int* Dune::Fem::DofMapperCode::code_ |
|
protected |
The documentation for this class was generated from the following file: