ROL
|
#include "ROL_PrimalDualActiveSetStep.hpp"
#include "ROL_TrustRegionStep.hpp"
#include "ROL_Algorithm.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_Objective.hpp"
#include "ROL_BoundConstraint.hpp"
Go to the source code of this file.
Classes | |
class | Objective_BurgersControl< Real > |
class | BoundConstraint_BurgersControl< Real > |
Typedefs | |
typedef double | RealT |
Functions | |
int | main (int argc, char *argv[]) |
typedef double RealT |
Definition at line 562 of file burgers-control/example_01.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 564 of file burgers-control/example_01.cpp.
References ROL::Objective< Real >::checkGradient(), ROL::Objective< Real >::checkHessVec(), ROL::StdVector< Real, Element >::clone(), ROL::ROL_EPSILON, ROL::DefaultAlgorithm< Real >::run(), Objective_BurgersControl< Real >::solve_state(), and ROL::Vector< Real >::zero().