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 doesnt hold any data, but an iterator range into a data array owned by YGridLevel.
More...
#include <dune/grid/yaspgrid/ygrid.hh>
|
typedef Dune::array< std::deque< Intersection >, StaticPower< 2, dim >::power >::iterator | DAI |
|
|
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 doesnt hold any data, but an iterator range into a data array owned by YGridLevel.
template<class Coordinates>
template<class Coordinates>
template<class Coordinates>
get start iterator in the data array
template<class Coordinates>
get end iterator in the data array
template<class Coordinates>
template<class Coordinates>
finalize the YGridLIst
set offsets allow the YGridComponents in the Intersctions to behave as YGrids
template<class Coordinates>
set start iterator in the data array
template<class Coordinates>
template<class Coordinates>
The documentation for this class was generated from the following file: