dune-grid 2.10
|
Classes | |
class | DefaultPartitioning |
class | FixedSizePartitioning |
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... | |
class | Partitioning |
a base class for the yaspgrid partitioning strategy More... | |
class | PowerDPartitioning |
Implement yaspgrid load balance strategy for P=x^{dim} processors. More... | |
Functions | |
template<int d, typename ct > | |
std::array< int, d > | sizeArray (const std::array< std::vector< ct >, d > &v) |
std::array< int, d > Dune::Yasp::sizeArray | ( | const std::array< std::vector< ct >, d > & | v | ) |
v | the array of vectors to examine |