dune-grid 2.9.0
YaspGridPartitioning

Interface and implementations of different partitioning strategies for YaspGrid.

Collaboration diagram for YaspGridPartitioning:

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.