Zoltan2
|
Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries. More...
#include <Zoltan2_AlgMultiJagged.hpp>
Inherits ValueTypeReductionOp< Ordinal, T >.
Public Member Functions | |
Zoltan2_BoxBoundaries () | |
Default Constructor. More... | |
Zoltan2_BoxBoundaries (Ordinal s_) | |
Constructor. More... | |
void | reduce (const Ordinal count, const T inBuffer[], T inoutBuffer[]) const |
Implement Teuchos::ValueTypeReductionOp interface. More... | |
Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries.
Definition at line 117 of file Zoltan2_AlgMultiJagged.hpp.
|
inline |
Default Constructor.
Definition at line 126 of file Zoltan2_AlgMultiJagged.hpp.
|
inline |
Constructor.
nsum | the count of how many sums will be computed at the start of the list. |
nmin | following the sums, this many minimums will be computed. |
nmax | following the minimums, this many maximums will be computed. |
Definition at line 134 of file Zoltan2_AlgMultiJagged.hpp.
|
inline |
Implement Teuchos::ValueTypeReductionOp interface.
Definition at line 139 of file Zoltan2_AlgMultiJagged.hpp.