|
ROL
|
#include <example_06.hpp>
Inheritance diagram for H1VectorBatchManager< Real, Ordinal >:Public Member Functions | |
| H1VectorBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| void | sumAll (ROL::Vector< Real > &input, ROL::Vector< Real > &output) |
| H1VectorBatchManager (const Teuchos::RCP< const Teuchos::Comm< Ordinal > > &comm) | |
| void | sumAll (ROL::Vector< Real > &input, ROL::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 () |
Private Member Functions | |
| void | cast_vector (Teuchos::RCP< std::vector< Real > > &xvec, ROL::Vector< Real > &x) const |
| void | cast_vector (Teuchos::RCP< std::vector< Real > > &xvec, ROL::Vector< Real > &x) const |
Definition at line 1635 of file example_06.hpp.
|
inline |
Definition at line 1650 of file example_06.hpp.
|
inline |
Definition at line 1666 of file example_07.hpp.
|
inlineprivate |
Definition at line 1637 of file example_06.hpp.
|
inlinevirtual |
Implements ROL::TeuchosBatchManager< Real, Ordinal >.
Definition at line 1652 of file example_06.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::batchID(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
|
inlineprivate |
Definition at line 1653 of file example_07.hpp.
|
inlinevirtual |
Implements ROL::TeuchosBatchManager< Real, Ordinal >.
Definition at line 1668 of file example_07.hpp.
References ROL::TeuchosBatchManager< Real, Ordinal >::batchID(), and ROL::TeuchosBatchManager< Real, Ordinal >::sumAll().
1.8.11