|
dune-functions 2.10
|
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. | |
| typedef Element::Geometry::LocalCoordinate | LocalCoordinate |
| Type of local coordinates with respect to the Element. | |
| typedef Element::Geometry::GlobalCoordinate | GlobalCoordinate |
| typedef Element | value_type |
| typedef GridView::template Codim< codim >::Iterator | const_iterator |
| A forward iterator. | |
| typedef const_iterator | iterator |
| Same as const_iterator. | |
Public Member Functions | |
| GridViewEntitySet (const GridView &gv) | |
| Construct GridViewEntitySet for a GridView. | |
| bool | contains (const Element &e) const |
Return true if e is contained in the EntitySet. | |
| size_t | size () const |
| Return number of Elements visited by an iterator. | |
| const_iterator | begin () const |
| Create a begin iterator. | |
| const_iterator | end () const |
| Create an end iterator. | |
| const GridView & | gridView () const |
| Return the associated GridView. | |
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.