Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Teuchos::Zoltan2_BoxBoundaries< Ordinal, T > Class Template Reference

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...
 

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 117 of file Zoltan2_AlgMultiJagged.hpp.

Constructor & Destructor Documentation

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

Default Constructor.

Definition at line 126 of file Zoltan2_AlgMultiJagged.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 134 of file Zoltan2_AlgMultiJagged.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 139 of file Zoltan2_AlgMultiJagged.hpp.


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