Dune Core Modules (2.8.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
partitioning.hh File Reference
This file provides tools to partition YaspGrids. If you want to write your own partitioner, inherit from YLoadBalance and implement the loadbalance() method. You can also browse this file for already available useful partitioners, like YaspFixedSizePartitioner. More...
Go to the source code of this file.
Classes | |
class | Dune::YLoadBalance< d > |
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... | |
class | Dune::YLoadBalanceDefault< d > |
Implement the default load balance strategy of yaspgrid. More... | |
class | Dune::YLoadBalancePowerD< d > |
Implement yaspgrid load balance strategy for P=x^{dim} processors. More... | |
class | Dune::YaspFixedSizePartitioner< d > |
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... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Detailed Description
This file provides tools to partition YaspGrids. If you want to write your own partitioner, inherit from YLoadBalance and implement the loadbalance() method. You can also browse this file for already available useful partitioners, like YaspFixedSizePartitioner.
