dune-grid
2.5-git
|
Implement the default load balance strategy of yaspgrid. More...
#include <dune/grid/yaspgrid/partitioning.hh>
Public Types | |
typedef std::array< int, d > | iTupel |
Public Member Functions | |
virtual | ~YLoadBalanceDefault () |
virtual void | loadbalance (const iTupel &size, int P, iTupel &dims) const |
Distribute a structured grid across a set of processors. More... | |
Implement the default load balance strategy of yaspgrid.
typedef std::array<int, d> Dune::YLoadBalanceDefault< d >::iTupel |
|
inlinevirtual |
|
inlinevirtual |
Distribute a structured grid across a set of processors.
[in] | size | Number of elements in each coordinate direction, for the entire grid |
[in] | P | Number of processors |
Implements Dune::YLoadBalance< d >.