OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include "FieldLayout/BinaryBalancer.hpp"
Go to the source code of this file.
Classes | |
class | BinaryRepartitionFailed |
Functions | |
template<unsigned Dim> | |
NDIndex< Dim > | CalcBinaryRepartition (FieldLayout< Dim > &, BareField< double, Dim > &) |
template<unsigned Dim> | |
void | BinaryRepartition (FieldLayout< Dim > &layout, BareField< double, Dim > &weights) |
|
inline |
Definition at line 68 of file BinaryBalancer.h.
References CalcBinaryRepartition(), and FieldLayout< Dim >::Repartition().
Referenced by PartBunch::do_binaryRepart().
NDIndex< Dim > CalcBinaryRepartition | ( | FieldLayout< Dim > & | layout, |
BareField< double, Dim > & | weights | ||
) |
Definition at line 586 of file BinaryBalancer.hpp.
References IpplInfo::Comm, FieldLayout< Dim >::getDomain(), Communicate::getNodes(), and Communicate::myNode().
Referenced by BinaryRepartition().