ROL
Typedefs | Functions
example_03.cpp File Reference

Shows how to solve an optimal control problem constrained by unsteady Burgers' equation with the SimOpt interface. More...

#include "example_03.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 an optimal control problem constrained by unsteady Burgers' equation with the SimOpt interface.

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

Definition in file burgers-control/example_03.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 51 of file burgers-control/example_03.cpp.

Function Documentation

◆ main()

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