|
dune-fem
2.8-git
|
default implementation of DofManagerInterface More...
#include <dune/fem/function/common/dofiterator.hh>

Public Types | |
| typedef DofImp | DofType |
| type of the DoFs More... | |
| typedef DofIteratorImp | DofIteratorType |
| type of the implementation (Barton-Nackman) More... | |
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 More... | |
| const DofType & | operator* () const |
| obtain reference to current DoF More... | |
| DofIteratorType & | operator++ () |
| increment the iterator More... | |
| bool | operator== (const DofIteratorType &other) const |
| check for equality More... | |
| void | reset () |
| reset iterator to the first position More... | |
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