dune-grid
2.8.0
|
a base class for the yaspgrid partitioning strategy The name might be irritating. It will probably change to YaspPartitionerBase in a 3.0 release. More...
#include <dune/grid/yaspgrid/partitioning.hh>
Public Types | |
typedef std::array< int, d > | iTupel |
Public Member Functions | |
virtual | ~YLoadBalance () |
virtual void | loadbalance (const iTupel &, int, iTupel &) const =0 |
a base class for the yaspgrid partitioning strategy The name might be irritating. It will probably change to YaspPartitionerBase in a 3.0 release.
typedef std::array<int, d> Dune::YLoadBalance< d >::iTupel |
|
inlinevirtual |
|
pure virtual |
Implemented in Dune::YaspFixedSizePartitioner< d >, Dune::YLoadBalancePowerD< d >, and Dune::YLoadBalanceDefault< d >.