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