IODA
|
Implementation of the Accumulator interface suitable for the InefficientDistribution. More...
#include <InefficientDistributionAccumulator.h>
Public Member Functions | |
InefficientDistributionAccumulator (const T &) | |
void | addTerm (std::size_t, const T &term) override |
Increment the sum with the contribution term of location loc held on the current PE. More... | |
T | computeResult () const override |
Return the sum of contributions associated with locations held on all PEs (each taken into account only once). More... | |
![]() | |
virtual | ~Accumulator () |
Private Attributes | |
T | localResult_ |
Implementation of the Accumulator interface suitable for the InefficientDistribution.
Definition at line 20 of file InefficientDistributionAccumulator.h.
|
inlineexplicit |
Definition at line 22 of file InefficientDistributionAccumulator.h.
|
inlineoverridevirtual |
Increment the sum with the contribution term
of location loc
held on the current PE.
Implements ioda::Accumulator< T >.
Definition at line 26 of file InefficientDistributionAccumulator.h.
|
inlineoverridevirtual |
Return the sum of contributions associated with locations held on all PEs (each taken into account only once).
Implements ioda::Accumulator< T >.
Definition at line 30 of file InefficientDistributionAccumulator.h.
|
private |
Definition at line 35 of file InefficientDistributionAccumulator.h.