dune-foamgrid  2.7-git
Public Types | Public Member Functions | List of all members
Dune::FoamGridLeafIntersectionIterator< GridImp > Class Template Reference

Iterator over all element neighborsMesh entities of codimension 0 ("elements") allow to visit all neighbors, where a neighbor is an entity of codimension 0 which has a common entity of codimension 1 These neighbors are accessed via a IntersectionIterator. This allows the implement non-matching meshes. The number of neighbors may be different from the number of corners of an element! More...

#include <dune/foamgrid/foamgrid/foamgridintersectioniterators.hh>

Public Types

typedef Dune::Intersection< const GridImp, typename Dune::FoamGridLeafIntersection< GridImp > > Intersection
 

Public Member Functions

bool equals (const FoamGridLeafIntersectionIterator< GridImp > &other) const
 equality More...
 
void increment ()
 prefix increment More...
 
const Intersectiondereference () const
 dereferencing More...
 

Detailed Description

template<class GridImp>
class Dune::FoamGridLeafIntersectionIterator< GridImp >

Iterator over all element neighbors

Mesh entities of codimension 0 ("elements") allow to visit all neighbors, where a neighbor is an entity of codimension 0 which has a common entity of codimension 1 These neighbors are accessed via a IntersectionIterator. This allows the implement non-matching meshes. The number of neighbors may be different from the number of corners of an element!

Member Typedef Documentation

◆ Intersection

template<class GridImp >
typedef Dune::Intersection<const GridImp, typename Dune::FoamGridLeafIntersection<GridImp> > Dune::FoamGridLeafIntersectionIterator< GridImp >::Intersection

Member Function Documentation

◆ dereference()

template<class GridImp >
const Intersection& Dune::FoamGridLeafIntersectionIterator< GridImp >::dereference ( ) const
inline

dereferencing

◆ equals()

template<class GridImp >
bool Dune::FoamGridLeafIntersectionIterator< GridImp >::equals ( const FoamGridLeafIntersectionIterator< GridImp > &  other) const
inline

equality

◆ increment()

template<class GridImp >
void Dune::FoamGridLeafIntersectionIterator< GridImp >::increment ( )
inline

prefix increment


The documentation for this class was generated from the following files: