Base class for traversals utilising load balancing.
More...
#include <BalancedTraversal.h>
|
using | EstimatorFunction = std::function< unsigned long(const std::array< unsigned long, 3 > &, const std::array< unsigned long, 3 > &, const std::array< unsigned long, 3 > &)> |
| Type signature for load estimators.
|
|
Base class for traversals utilising load balancing.
◆ setLoadEstimator()
Setter for load estimation algorithm.
- Parameters
-
◆ _loadEstimator
Algorithm to use for estimating load.
parameters: cellsPerDimension, lowerCorner, upperCorner
The documentation for this class was generated from the following file: