|
Zoltan2
|
Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries. More...
#include <Zoltan2_PartitioningSolution.hpp>
Public Member Functions | |
| Zoltan2_BoxBoundaries () | |
| Default Constructor. | |
| Zoltan2_BoxBoundaries (Ordinal s_) | |
| Constructor. | |
| void | reduce (const Ordinal count, const T inBuffer[], T inoutBuffer[]) const |
| Implement Teuchos::ValueTypeReductionOp interface. | |
Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries.
Definition at line 74 of file Zoltan2_PartitioningSolution.hpp.
| Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >::Zoltan2_BoxBoundaries | ( | ) | [inline] |
Default Constructor.
Definition at line 83 of file Zoltan2_PartitioningSolution.hpp.
| Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >::Zoltan2_BoxBoundaries | ( | Ordinal | s_ | ) | [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 91 of file Zoltan2_PartitioningSolution.hpp.
| void Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >::reduce | ( | const Ordinal | count, |
| const T | inBuffer[], | ||
| T | inoutBuffer[] | ||
| ) | const [inline] |
Implement Teuchos::ValueTypeReductionOp interface.
Definition at line 96 of file Zoltan2_PartitioningSolution.hpp.
1.7.6.1