ROL
Typedefs | Functions
example_07.cpp File Reference
#include "ROL_Algorithm.hpp"
#include "ROL_Reduced_Objective_SimOpt.hpp"
#include "ROL_BPOEObjective.hpp"
#include "ROL_RiskBoundConstraint.hpp"
#include "ROL_RiskVector.hpp"
#include "ROL_MonteCarloGenerator.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_Comm.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_CommHelpers.hpp"
#include <iostream>
#include <fstream>
#include <algorithm>
#include "example_07.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 
typedef H1VectorPrimal< RealTPrimalStateVector
 
typedef H1VectorDual< RealTDualStateVector
 
typedef L2VectorPrimal< RealTPrimalControlVector
 
typedef L2VectorDual< RealTDualControlVector
 
typedef H1VectorDual< RealTPrimalConstraintVector
 
typedef H1VectorPrimal< RealTDualConstraintVector
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 71 of file example_07.cpp.

◆ PrimalStateVector

Definition at line 72 of file example_07.cpp.

◆ DualStateVector

Definition at line 73 of file example_07.cpp.

◆ PrimalControlVector

Definition at line 74 of file example_07.cpp.

◆ DualControlVector

Definition at line 75 of file example_07.cpp.

◆ PrimalConstraintVector

Definition at line 76 of file example_07.cpp.

◆ DualConstraintVector

Definition at line 77 of file example_07.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 79 of file example_07.cpp.