Dune Core Modules (2.9.0)

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...

#include <array>
#include <dune/common/math.hh>
#include <dune/common/deprecated.hh>

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...
 
class  Dune::YLoadBalance< d >
 a base class for the yaspgrid partitioning strategy More...
 
class  Dune::YLoadBalanceDefault< d >
 Implement the default load balance strategy of yaspgrid. More...
 
class  Dune::YLoadBalancePowerD< d >
 Implement yaspgrid load balance strategy for P=x^{dim} processors. More...
 
class  Dune::YaspFixedSizePartitioner< 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

 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.

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 15, 22:30, 2024)