ROL
Typedefs | Functions
example_02.cpp File Reference

Shows how to solve a steady Burgers' optimal control problem using the SimOpt interface. We solve the control problem using Composite Step and trust regions. More...

#include "ROL_TypeU_TrustRegionAlgorithm.hpp"
#include "ROL_TypeE_CompositeStepAlgorithm.hpp"
#include "ROL_Reduced_Objective_SimOpt.hpp"
#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_LAPACK.hpp"
#include <iostream>
#include <algorithm>
#include "example_02.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 

Functions

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

Detailed Description

Shows how to solve a steady Burgers' optimal control problem using the SimOpt interface. We solve the control problem using Composite Step and trust regions.

Definition in file burgers-control/example_02.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 63 of file burgers-control/example_02.cpp.

Function Documentation

◆ main()

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