implements a collection of multiple std::deque<Intersection> Intersections with neighboring processors are stored as std::deque<Intersection>. Eachsuch intersection only holds one YGridComponent. To do all communication associated with one codimension, multiple such deques have to be concatenated. YGridList manges this concatenation. As for YGrids, YGridList doesn't hold any data, but an iterator range into a data array owned by YGridLevel.
More...
#include <dune/grid/yaspgrid/ygrid.hh>
|
static const int | dim = Coordinates::dimension |
|
template<class Coordinates>
class Dune::YGridList< Coordinates >
implements a collection of multiple std::deque<Intersection> Intersections with neighboring processors are stored as std::deque<Intersection>. Eachsuch intersection only holds one YGridComponent. To do all communication associated with one codimension, multiple such deques have to be concatenated. YGridList manges this concatenation. As for YGrids, YGridList doesn't hold any data, but an iterator range into a data array owned by YGridLevel.
◆ DAI
template<class Coordinates >
◆ begin()
template<class Coordinates >
return iterator pointing to the begin of the container
◆ dataBegin()
template<class Coordinates >
get start iterator in the data array
◆ dataEnd()
template<class Coordinates >
get end iterator in the data array
◆ end()
template<class Coordinates >
return iterator pointing to the end of the container
◆ finalize()
template<class Coordinates >
finalize the YGridLIst
set offsets allow the YGridComponents in the Intersctions to behave as YGrids
◆ setBegin()
template<class Coordinates >
set start iterator in the data array
◆ size()
template<class Coordinates >
return the size of the container, this is the sum of the sizes of all deques
◆ dim
template<class Coordinates >
The documentation for this class was generated from the following file: