ROL
Classes | Typedefs | Functions
burgers-control/example_02.cpp File Reference
#include "ROL_Algorithm.hpp"
#include "ROL_CompositeStepSQP.hpp"
#include "ROL_TrustRegionStep.hpp"
#include "ROL_StatusTest.hpp"
#include "ROL_Types.hpp"
#include "Teuchos_oblackholestream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_LAPACK.hpp"
#include <iostream>
#include <algorithm>
#include "ROL_StdVector.hpp"
#include "ROL_Vector_SimOpt.hpp"
#include "ROL_EqualityConstraint_SimOpt.hpp"
#include "ROL_Objective_SimOpt.hpp"
#include "ROL_Reduced_Objective_SimOpt.hpp"

Go to the source code of this file.

Classes

class  EqualityConstraint_BurgersControl< Real >
 
class  Objective_BurgersControl< Real >
 

Typedefs

typedef double RealT
 

Functions

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

Typedef Documentation

typedef double RealT

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

Function Documentation

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