dune-grid 2.9.0
|
Interface and implementations of different partitioning strategies for YaspGrid.
Interface and implementations of different partitioning strategies for YaspGrid.
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.