dune-functions 2.9.0
|
An entity set for all entities of given codim in a grid view. More...
#include <dune/functions/gridfunctions/gridviewentityset.hh>
Public Types | |
enum | { codim = cd } |
typedef GV | GridView |
typedef GridView::template Codim< codim >::Entity | Element |
Type of Elements contained in this EntitySet. More... | |
typedef Element::Geometry::LocalCoordinate | LocalCoordinate |
Type of local coordinates with respect to the Element. More... | |
typedef Element::Geometry::GlobalCoordinate | GlobalCoordinate |
typedef Element | value_type |
typedef GridView::template Codim< codim >::Iterator | const_iterator |
A forward iterator. More... | |
typedef const_iterator | iterator |
Same as const_iterator. More... | |
Public Member Functions | |
GridViewEntitySet (const GridView &gv) | |
Construct GridViewEntitySet for a GridView. More... | |
bool | contains (const Element &e) const |
Return true if e is contained in the EntitySet. More... | |
size_t | size () const |
Return number of Elements visited by an iterator. More... | |
const_iterator | begin () const |
Create a begin iterator. More... | |
const_iterator | end () const |
Create an end iterator. More... | |
const GridView & | gridView () const |
Return the associated GridView. More... | |
An entity set for all entities of given codim in a grid view.
This implements the Concept::EntitySet concept.
typedef GridView::template Codim<codim>::Iterator Dune::Functions::GridViewEntitySet< GV, cd >::const_iterator |
A forward iterator.
typedef GridView::template Codim<codim>::Entity Dune::Functions::GridViewEntitySet< GV, cd >::Element |
Type of Elements contained in this EntitySet.
typedef Element::Geometry::GlobalCoordinate Dune::Functions::GridViewEntitySet< GV, cd >::GlobalCoordinate |
typedef GV Dune::Functions::GridViewEntitySet< GV, cd >::GridView |
typedef const_iterator Dune::Functions::GridViewEntitySet< GV, cd >::iterator |
Same as const_iterator.
typedef Element::Geometry::LocalCoordinate Dune::Functions::GridViewEntitySet< GV, cd >::LocalCoordinate |
Type of local coordinates with respect to the Element.
typedef Element Dune::Functions::GridViewEntitySet< GV, cd >::value_type |
|
inline |
Construct GridViewEntitySet for a GridView.
|
inline |
Create a begin iterator.
|
inline |
Return true if e
is contained in the EntitySet.
|
inline |
Create an end iterator.
|
inline |
Return the associated GridView.
|
inline |
Return number of Elements visited by an iterator.