ROL
|
#include "Teuchos_GlobalMPISession.hpp"
#include "ROL_RandomVector.hpp"
#include "ROL_StdVector.hpp"
#include "ROL_NonlinearProgram.hpp"
#include "ROL_OptimizationProblem.hpp"
#include "ROL_InteriorPointPenalty.hpp"
#include "ROL_PrimalDualInteriorPointResidual.hpp"
#include "HS_Problem_041.hpp"
#include <iomanip>
Go to the source code of this file.
Macros | |
#define | OPTIMIZATION_PROBLEM_REFACTOR |
Typedefs | |
typedef double | RealT |
Functions | |
template<class Real > | |
void | printVector (const ROL::Vector< Real > &x, std::ostream &outStream) |
template<class Real > | |
void | value (ROL::Vector< Real > &c, const ROL::Vector< Real > &sol, const Real &mu) |
template<class Real > | |
void | applyJacobian (ROL::Vector< Real > &jv, const ROL::Vector< Real > &v, const ROL::Vector< Real > &sol) |
int | main (int argc, char *argv[]) |
#define OPTIMIZATION_PROBLEM_REFACTOR |
Definition at line 10 of file step/interiorpoint/test_02.cpp.
typedef double RealT |
Definition at line 173 of file step/interiorpoint/test_02.cpp.
void printVector | ( | const ROL::Vector< Real > & | x, |
std::ostream & | outStream | ||
) |
Definition at line 36 of file step/interiorpoint/test_02.cpp.
References printVector().
void value | ( | ROL::Vector< Real > & | c, |
const ROL::Vector< Real > & | sol, | ||
const Real & | mu | ||
) |
Definition at line 67 of file step/interiorpoint/test_02.cpp.
Referenced by main(), ROL::details::DynamicConstraint_CheckInterface< Real >::value_un(), ROL::details::DynamicObjective_CheckInterface< Real >::value_un(), ROL::details::DynamicConstraint_CheckInterface< Real >::value_uo(), ROL::details::DynamicObjective_CheckInterface< Real >::value_uo(), ROL::details::DynamicConstraint_CheckInterface< Real >::value_z(), and ROL::details::DynamicObjective_CheckInterface< Real >::value_z().
void applyJacobian | ( | ROL::Vector< Real > & | jv, |
const ROL::Vector< Real > & | v, | ||
const ROL::Vector< Real > & | sol | ||
) |
Definition at line 118 of file step/interiorpoint/test_02.cpp.
Referenced by ROL::BinaryConstraint< Real >::applyAdjointJacobian(), ROL::StdConstraint< Real >::applyJacobian(), ROL::Constraint< Real >::checkAdjointConsistencyJacobian(), ROL::Constraint< Real >::checkApplyJacobian(), main(), and ROL::Constraint< Real >::solveAugmentedSystem().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 175 of file step/interiorpoint/test_02.cpp.
References applyJacobian(), ROL::CreatePartitionedVector(), printVector(), ROL::RandomizeVector(), and value().