|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
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) |
| class BinaryRepartitionFailed |
|
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, Dim, and FieldLayout< Dim >::getDomain().
Referenced by BinaryRepartition(), and BinaryRepartition().