dune-fem 2.8.0
Loading...
Searching...
No Matches
Namespaces | Functions
rangegenerators.hh File Reference
#include <dune/common/iteratorrange.hh>

Go to the source code of this file.

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

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.