dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
leafiterator.hh File Reference

The MMeshLeafIterator class. More...

Go to the source code of this file.

Classes

class  Dune::MMeshLeafIteratorImp< codim, pitype, GridImp, Enable >
 Iterator over all entities of a given codimension and level of a grid (2D). More...
 
class  Dune::MMeshLeafIteratorImp< 0, pitype, GridImp, std::enable_if_t< GridImp::dimension==2 > >
 MMeshLeafIterator for 2D. More...
 
class  Dune::MMeshLeafIteratorImp< 1, pitype, GridImp, std::enable_if_t< GridImp::dimension==2 > >
 
class  Dune::MMeshLeafIteratorImp< 2, pitype, GridImp, std::enable_if_t< GridImp::dimension==2 > >
 
class  Dune::MMeshLeafIteratorImp< 0, pitype, GridImp, std::enable_if_t< GridImp::dimension==3 > >
 MMeshLeafIterator for 3D. More...
 
class  Dune::MMeshLeafIteratorImp< 1, pitype, GridImp, std::enable_if_t< GridImp::dimension==3 > >
 Facet iterator. More...
 
class  Dune::MMeshLeafIteratorImp< 2, pitype, GridImp, std::enable_if_t< GridImp::dimension==3 > >
 Edge iterator. More...
 
class  Dune::MMeshLeafIteratorImp< 3, pitype, GridImp, std::enable_if_t< GridImp::dimension==3 > >
 Vertex iterator. More...
 

Namespaces

namespace  Dune
 

Typedefs

template<int codim, PartitionIteratorType pitype, class GridImp >
using Dune::MMeshLeafIterator = MMeshLeafIteratorImp< codim, pitype, GridImp >
 

Detailed Description

The MMeshLeafIterator class.