|
ROL
|
#include <ROL_StdTeuchosBatchManager.hpp>
Inheritance diagram for ROL::StdTeuchosBatchManager< Real, Ordinal >:Public Member Functions | |
| StdTeuchosBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| void | sumAll (Vector< Real > &input, Vector< Real > &output) |
Public Member Functions inherited from ROL::TeuchosBatchManager< Real, Ordinal > | |
| TeuchosBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| int | batchID (void) |
| int | numBatches (void) |
| void | minAll (Real *input, Real *output, int dim) |
| void | maxAll (Real *input, Real *output, int dim) |
| void | sumAll (Real *input, Real *output, int dim) |
| void | barrier (void) |
Public Member Functions inherited from ROL::BatchManager< Real > | |
| virtual | ~BatchManager () |
Definition at line 53 of file ROL_StdTeuchosBatchManager.hpp.
|
inline |
Definition at line 55 of file ROL_StdTeuchosBatchManager.hpp.
|
inlinevirtual |
Implements ROL::TeuchosBatchManager< Real, Ordinal >.
Definition at line 57 of file ROL_StdTeuchosBatchManager.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::batchID(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
1.8.11