dune-grid
2.4.1
|
Implement partitioner that gets a fixed partitioning from an array If the given partitioning doesn't match the number of processors, the grid should be distributed to, an exception is thrown. More...
#include <dune/grid/yaspgrid/partitioning.hh>
Public Types | |
typedef std::array< int, d > | iTupel |
Public Member Functions | |
YaspFixedSizePartitioner (const std::array< int, d > &dims) | |
virtual | ~YaspFixedSizePartitioner () |
virtual void | loadbalance (const std::array< int, d > &, int P, std::array< int, d > &dims) const |
Implement partitioner that gets a fixed partitioning from an array If the given partitioning doesn't match the number of processors, the grid should be distributed to, an exception is thrown.
|
inherited |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements Dune::YLoadBalance< d >.