dune-grid
2.4.1-rc2
|
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 |
References Dune::YLoadBalance< d >::loadbalance().
|
pure virtual |