ROL
Typedefs | Functions
example_04.cpp File Reference

Shows how to solve a steady Burgers' optimal control problem using full-space methods. More...

#include "ROL_Algorithm.hpp"
#include "ROL_MoreauYosidaPenaltyStep.hpp"
#include "ROL_BoundConstraint_SimOpt.hpp"
#include "ROL_Vector_SimOpt.hpp"
#include "ROL_ParameterList.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include <iostream>
#include <algorithm>
#include "example_04.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[])
 

Detailed Description

Shows how to solve a steady Burgers' optimal control problem using full-space methods.

Definition in file example_04.cpp.

Typedef Documentation

typedef double RealT

Definition at line 63 of file example_04.cpp.

Definition at line 64 of file example_04.cpp.

Definition at line 65 of file example_04.cpp.

Definition at line 66 of file example_04.cpp.

Definition at line 67 of file example_04.cpp.

Definition at line 68 of file example_04.cpp.

Definition at line 69 of file example_04.cpp.

Function Documentation

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