ROL
ROL_SimConstraint.hpp File Reference

Go to the source code of this file.

Classes

class  ROL::ROL::SimConstraint< Real >
 

Namespaces

namespace  ROL
 

Variables

const Ptr< Constraint_SimOpt< Real > > con_
 
const Ptr< const Vector< Real > > z_
 
const bool inSolve_
 
Ptr< Vector< Real > > ijv_
 
bool init_
 

Variable Documentation

◆ con_

const Ptr<Constraint_SimOpt<Real> > con_
private

Definition at line 54 of file ROL_SimConstraint.hpp.

Referenced by ROL::PrimalDualInteriorPointBlock11< Real >::apply(), ROL::ROL::Vector< Real >::apply(), ROL::MeanValueConstraint< Real >::applyAdjointHessian(), ROL::RiskLessConstraint< Real >::applyAdjointHessian(), ROL::ROL::AffineTransformConstraint< Real >::applyAdjointHessian(), ROL::SlacklessConstraint< Real >::applyAdjointHessian(), ROL::ElasticLinearConstraint< Real >::applyAdjointJacobian(), ROL::ElasticLinearConstraint< Real >::applyAdjointJacobian(), ROL::MeanValueConstraint< Real >::applyAdjointJacobian(), ROL::ReducedLinearConstraint< Real >::applyAdjointJacobian(), ROL::RiskLessConstraint< Real >::applyAdjointJacobian(), ROL::ROL::AffineTransformConstraint< Real >::applyAdjointJacobian(), ROL::SlacklessConstraint< Real >::applyAdjointJacobian(), ROL::ElasticLinearConstraint< Real >::applyJacobian(), ROL::MeanValueConstraint< Real >::applyJacobian(), ROL::ReducedLinearConstraint< Real >::applyJacobian(), ROL::RiskLessConstraint< Real >::applyJacobian(), ROL::ROL::AffineTransformConstraint< Real >::applyJacobian(), ROL::SlacklessConstraint< Real >::applyJacobian(), ROL::FletcherObjectiveBase< Real >::conValue(), QuadraticPenalty::evaluateConstraint(), ROL::Problem< Real >::finalize(), ROL::ConstraintAssembler< Real >::getConstraint(), ROL::NewConstraintManager< Real >::getConstraint(), ROL::Problem< Real >::getConstraint(), AugmentedLagrangianObjective::getConstraintVec(), ROL::PolyhedralProjection< Real >::getLinearConstraint(), AugmentedLagrangianObjective::gradient(), QuadraticPenalty::gradient(), ROL::FletcherObjectiveE< Real >::gradient(), ROL::ObjectiveFromConstraint< Real >::gradient(), ROL::Reduced_Objective_SimOpt< Real >::gradient(), ROL::ROL::NonlinearLeastSquaresObjective< Real >::gradient(), AugmentedLagrangianObjective::hessVec(), QuadraticPenalty::hessVec(), ROL::FletcherObjectiveE< Real >::hessVec(), ROL::ObjectiveFromConstraint< Real >::hessVec(), ROL::Reduced_Objective_SimOpt< Real >::hessVec(), ROL::ROL::NonlinearLeastSquaresObjective< Real >::hessVec(), ROL::BrentsProjection< Real >::initialize(), ROL::ConstraintAssembler< Real >::initialize(), ROL::ConstraintAssembler< Real >::initialize(), ROL::DaiFletcherProjection< Real >::initialize(), ROL::NewConstraintManager< Real >::initialize(), ROL::NewConstraintManager< Real >::initialize(), ROL::RiddersProjection< Real >::initialize(), ROL::ROL::NonlinearLeastSquaresObjective< Real >::precond(), ROL::BrentsProjection< Real >::project(), ROL::DaiFletcherProjection< Real >::project(), ROL::DouglasRachfordProjection< Real >::project(), ROL::DykstraProjection< Real >::project(), ROL::PolyhedralProjection< Real >::project(), ROL::RiddersProjection< Real >::project(), ROL::SemismoothNewtonProjection< Real >::project(), ROL::DouglasRachfordProjection< Real >::project_con(), ROL::DykstraProjection< Real >::project_con(), ROL::SemismoothNewtonProjection< Real >::residual(), ROL::DouglasRachfordProjection< Real >::residual_nd(), ROL::DykstraProjection< Real >::residual_nd(), ROL::ElasticLinearConstraint< Real >::setAnchor(), ROL::Reduced_Objective_SimOpt< Real >::setParameter(), ROL::RiskLessConstraint< Real >::setParameter(), ROL::ROL::NonlinearLeastSquaresObjective< Real >::setParameter(), ROL::SlacklessConstraint< Real >::setParameter(), ROL::Reduced_Objective_SimOpt< Real >::solve_adjoint_equation(), ROL::Reduced_Objective_SimOpt< Real >::solve_adjoint_sensitivity(), ROL::SemismoothNewtonProjection< Real >::solve_newton_system(), ROL::Reduced_Objective_SimOpt< Real >::solve_state_equation(), ROL::Reduced_Objective_SimOpt< Real >::solve_state_sensitivity(), ROL::FletcherObjectiveE< Real >::solveAugmentedSystem(), AugmentedLagrangianObjective::update(), QuadraticPenalty::update(), ROL::FletcherObjectiveBase< Real >::update(), ROL::MeanValueConstraint< Real >::update(), ROL::MeanValueConstraint< Real >::update(), ROL::ObjectiveFromConstraint< Real >::update(), ROL::ObjectiveFromConstraint< Real >::update(), ROL::PrimalDualInteriorPointBlock11< Real >::update(), ROL::RiskLessConstraint< Real >::update(), ROL::RiskLessConstraint< Real >::update(), ROL::ROL::AffineTransformConstraint< Real >::update(), ROL::ROL::AffineTransformConstraint< Real >::update(), ROL::ROL::NonlinearLeastSquaresObjective< Real >::update(), ROL::ROL::NonlinearLeastSquaresObjective< Real >::update(), ROL::SlacklessConstraint< Real >::update(), ROL::SlacklessConstraint< Real >::update(), ROL::SemismoothNewtonProjection< Real >::update_primal(), ROL::ElasticLinearConstraint< Real >::value(), ROL::MeanValueConstraint< Real >::value(), ROL::ObjectiveFromConstraint< Real >::value(), ROL::ReducedLinearConstraint< Real >::value(), ROL::RiskLessConstraint< Real >::value(), ROL::ROL::AffineTransformConstraint< Real >::value(), and ROL::SlacklessConstraint< Real >::value().

◆ z_

const Ptr<const Vector<Real> > z_
private

◆ inSolve_

const bool inSolve_
private

Definition at line 56 of file ROL_SimConstraint.hpp.

◆ ijv_

Ptr<Vector<Real> > ijv_
private

Definition at line 57 of file ROL_SimConstraint.hpp.

◆ init_

bool init_
private

Definition at line 58 of file ROL_SimConstraint.hpp.