dune-grid 2.9.0
|
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...
#include <dune/grid/yaspgrid/partitioning.hh>
Public Types | |
using | iTupel = std::array< int, d > |
Public Member Functions | |
FixedSizePartitioning (const std::array< int, d > &dims) | |
virtual | ~FixedSizePartitioning () |
void | partition (const std::array< int, d > &, int P, std::array< int, d > &dims, int overlap) const final |
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.
|
inherited |
|
inline |
|
inlinevirtual |
|
inlinefinalvirtual |
Implements Dune::Yasp::Partitioning< d >.