|
ROL
|
#include "example_02.hpp"#include "ROL_StdVector.hpp"#include "ROL_StdTeuchosBatchManager.hpp"#include "ROL_MonteCarloGenerator.hpp"#include "ROL_Reduced_Objective_SimOpt.hpp"#include "ROL_ParameterList.hpp"#include "ROL_Solver.hpp"#include "ROL_StochasticProblem.hpp"#include "ROL_PrimalDualRisk.hpp"#include "Teuchos_Time.hpp"#include "ROL_Stream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_Comm.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_CommHelpers.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 30 of file poisson-control/example_03.cpp.
References dim, and ROL::Solver< Real >::solve().
1.8.5