|
ROL
|
#include <ROL_TeuchosBatchManager.hpp>
Inheritance diagram for ROL::TeuchosBatchManager< Real, Ordinal >:Public Member Functions | |
| 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) |
| virtual void | sumAll (Vector< Real > &input, Vector< Real > &output)=0 |
| void | barrier (void) |
Public Member Functions inherited from ROL::BatchManager< Real > | |
| virtual | ~BatchManager () |
Private Attributes | |
| Teuchos::RCP< const Teuchos::Comm< Ordinal > > | comm_ |
Definition at line 55 of file ROL_TeuchosBatchManager.hpp.
|
inline |
Definition at line 60 of file ROL_TeuchosBatchManager.hpp.
|
inlinevirtual |
Reimplemented from ROL::BatchManager< Real >.
Definition at line 63 of file ROL_TeuchosBatchManager.hpp.
Referenced by ROL::StdTeuchosBatchManager< Real, Ordinal >::sumAll(), L2VectorBatchManager< Real, Ordinal >::sumAll(), and H1VectorBatchManager< Real, Ordinal >::sumAll().
|
inlinevirtual |
Reimplemented from ROL::BatchManager< Real >.
Definition at line 67 of file ROL_TeuchosBatchManager.hpp.
|
inline |
Definition at line 71 of file ROL_TeuchosBatchManager.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::comm_.
|
inline |
Definition at line 76 of file ROL_TeuchosBatchManager.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::comm_.
|
inlinevirtual |
Reimplemented from ROL::BatchManager< Real >.
Definition at line 81 of file ROL_TeuchosBatchManager.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::comm_.
Referenced by ROL::StdTeuchosBatchManager< Real, Ordinal >::sumAll(), L2VectorBatchManager< Real, Ordinal >::sumAll(), and H1VectorBatchManager< Real, Ordinal >::sumAll().
|
pure virtual |
|
inlinevirtual |
Reimplemented from ROL::BatchManager< Real >.
Definition at line 88 of file ROL_TeuchosBatchManager.hpp.
|
private |
Definition at line 57 of file ROL_TeuchosBatchManager.hpp.
Referenced by ROL::TeuchosBatchManager< Real, Ordinal >::maxAll(), ROL::TeuchosBatchManager< Real, Ordinal >::minAll(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
1.8.11