dune-fem 2.8.0
|
default implementation of DofManagerInterface More...
#include <dune/fem/function/common/dofiterator.hh>
Public Types | |
typedef DofImp | DofType |
type of the DoFs | |
typedef DofIteratorImp | DofIteratorType |
type of the implementation (Barton-Nackman) | |
Public Member Functions | |
const DofImp & | operator[] (const int n) const |
DofType & | operator[] (const int n) |
bool | operator!= (const DofIteratorType &other) const |
int | index () const |
DofType & | operator* () |
obtain reference to current DoF | |
const DofType & | operator* () const |
obtain reference to current DoF | |
DofIteratorType & | operator++ () |
increment the iterator | |
bool | operator== (const DofIteratorType &other) const |
check for equality | |
void | reset () |
reset iterator to the first position | |
Protected Member Functions | |
const DofIteratorImp & | asImp () const |
DofIteratorImp & | asImp () |
Static Protected Member Functions | |
static const DofIteratorImp & | asImp (const ThisType &other) |
static DofIteratorImp & | asImp (ThisType &other) |
default implementation of DofManagerInterface
typedef DofIteratorImp Dune::Fem::DofIteratorDefault< DofImp, DofIteratorImp >::DofIteratorType |
type of the implementation (Barton-Nackman)
typedef DofImp Dune::Fem::DofIteratorDefault< DofImp, DofIteratorImp >::DofType |
type of the DoFs
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inline |
|
inline |
|
inlineinherited |
obtain reference to current DoF
|
inlineinherited |
obtain reference to current DoF
|
inlineinherited |
increment the iterator
Lets the iterator point to the next DoF.
|
inlineinherited |
check for equality
[in] | other | DoF iterator to compare this one to |
|
inline |
|
inline |
|
inlineinherited |
reset iterator to the first position