|
dune-pdelab 2.9
|
Loading...
Searching...
No Matches
Dune::PDELab::DummyDOFIndexIterator Struct Reference
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) |
Detailed Description
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.
Member Typedef Documentation
◆ size_type
Member Function Documentation
◆ operator!=()
|
inline |
◆ operator*()
|
inline |
◆ operator++()
|
inline |
◆ operator+=()
|
inline |
◆ operator->()
|
inline |
◆ operator==()
|
inline |
◆ push_back()
|
inline |
◆ treeIndex()
|
inline |
The documentation for this struct was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8