|
dune-pdelab
2.5-dev
|
Dummy iterator type over DOF indices. More...
#include <dune/pdelab/ordering/utility.hh>
Public Types | |
| typedef std::size_t | size_type |
Public Member Functions | |
| DummyDOFIndexIterator & | operator++ () |
| DummyDOFIndexIterator & | operator+= (size_type i) |
| DummyDOFIndexIterator & | operator* () |
| DummyDOFIndexIterator * | operator-> () |
| DummyDOFIndexIterator & | treeIndex () |
| bool | operator== (const DummyDOFIndexIterator &r) const |
| bool | operator!= (const DummyDOFIndexIterator &r) const |
| void | push_back (size_type i) |
Dummy iterator type over DOF indices.
This dummy iterator is used to support omitting the calculation of DOFIndex values in the per-entity index lookup methods of orderings. By defining all operations performed on the DOFIndex iterator and its value by this methods as no-ops, we can reuse the combined implementation mapping both DOFIndex and ContainerIndex for the (much more common) case of only having to map the ContainerIndex values.
| typedef std::size_t Dune::PDELab::DummyDOFIndexIterator::size_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17