#include <dune/common/iteratorrange.hh>
Go to the source code of this file.
|
template<typename DF > |
IteratorRange< typename DF::DiscreteFunctionSpaceType::IteratorType > | Dune::Fem::entities (const DF &df) |
| Iterator ranges for entities and DOFs to support iteration with range-based for loops.
|
|
template<typename DF > |
IteratorRange< typename DF::DofIteratorType > | Dune::Fem::dofs (DF &df) |
| Iterates over all DOFs.
|
|
template<typename DF > |
IteratorRange< typename DF::ConstDofIteratorType > | Dune::Fem::dofs (const DF &df) |
| Iterates over all DOFs.
|
|