Zoltan2
Public Member Functions
Teuchos::Zoltan2_BoxBoundaries< Ordinal, T > Class Template Reference

Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries. More...

#include <Zoltan2_PartitioningSolution.hpp>

List of all members.

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.

Detailed Description

template<typename Ordinal, typename T>
class Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >

Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries.

Definition at line 74 of file Zoltan2_PartitioningSolution.hpp.


Constructor & Destructor Documentation

template<typename Ordinal, typename T>
Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >::Zoltan2_BoxBoundaries ( ) [inline]

Default Constructor.

Definition at line 83 of file Zoltan2_PartitioningSolution.hpp.

template<typename Ordinal, typename T>
Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >::Zoltan2_BoxBoundaries ( Ordinal  s_) [inline]

Constructor.

Parameters:
nsumthe count of how many sums will be computed at the start of the list.
nminfollowing the sums, this many minimums will be computed.
nmaxfollowing the minimums, this many maximums will be computed.

Definition at line 91 of file Zoltan2_PartitioningSolution.hpp.


Member Function Documentation

template<typename Ordinal, typename T>
void Teuchos::Zoltan2_BoxBoundaries< Ordinal, T >::reduce ( const Ordinal  count,
const T  inBuffer[],
inoutBuffer[] 
) const [inline]

Implement Teuchos::ValueTypeReductionOp interface.

Definition at line 96 of file Zoltan2_PartitioningSolution.hpp.


The documentation for this class was generated from the following file: