dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::GeoIntersectionIterator< GridFamily > Class Template Reference

#include <dune/fem/gridpart/geogridpart/intersectioniterator.hh>

Public Types

typedef Dune::Intersection< const GridFamily, IntersectionImplTypeIntersection
 

Public Member Functions

 GeoIntersectionIterator ()=default
 
template<class Entity >
 GeoIntersectionIterator (const Entity &inside, HostIntersectionIteratorType hostIterator)
 
bool equals (const ThisType &other) const
 
void increment ()
 
Intersection dereference () const
 
const CoordFunctionType & coordFunction () const
 

Member Typedef Documentation

◆ Intersection

template<class GridFamily >
typedef Dune::Intersection< const GridFamily, IntersectionImplType > Dune::Fem::GeoIntersectionIterator< GridFamily >::Intersection

Constructor & Destructor Documentation

◆ GeoIntersectionIterator() [1/2]

template<class GridFamily >
Dune::Fem::GeoIntersectionIterator< GridFamily >::GeoIntersectionIterator ( )
default

◆ GeoIntersectionIterator() [2/2]

template<class GridFamily >
template<class Entity >
Dune::Fem::GeoIntersectionIterator< GridFamily >::GeoIntersectionIterator ( const Entity &  inside,
HostIntersectionIteratorType  hostIterator 
)
inline

Member Function Documentation

◆ coordFunction()

template<class GridFamily >
const CoordFunctionType & Dune::Fem::GeoIntersectionIterator< GridFamily >::coordFunction ( ) const
inline

◆ dereference()

template<class GridFamily >
Intersection Dune::Fem::GeoIntersectionIterator< GridFamily >::dereference ( ) const
inline

◆ equals()

template<class GridFamily >
bool Dune::Fem::GeoIntersectionIterator< GridFamily >::equals ( const ThisType other) const
inline

◆ increment()

template<class GridFamily >
void Dune::Fem::GeoIntersectionIterator< GridFamily >::increment ( )
inline

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