ROL
|
#include <ROL_StdEpetraBatchManager.hpp>
Public Member Functions | |
StdEpetraBatchManager (Teuchos::RCP< Epetra_Comm > &comm) | |
void | sumAll (Vector< Real > &input, Vector< Real > &output) |
![]() | |
virtual | ~EpetraBatchManager () |
EpetraBatchManager (Teuchos::RCP< Epetra_Comm > &comm) | |
int | batchID (void) |
int | numBatches (void) |
void | sumAll (Real *input, Real *output, int dim) |
void | barrier (void) |
![]() | |
virtual | ~BatchManager () |
Additional Inherited Members | |
![]() | |
Teuchos::RCP< Epetra_Comm > | comm_ |
Definition at line 53 of file ROL_StdEpetraBatchManager.hpp.
|
inline |
Definition at line 55 of file ROL_StdEpetraBatchManager.hpp.
|
inlinevirtual |
Implements ROL::EpetraBatchManager< Real >.
Definition at line 56 of file ROL_StdEpetraBatchManager.hpp.
References ROL::EpetraBatchManager< Real >::batchID(), and ROL::EpetraBatchManager< Real >::sumAll().