ROL
ROL::SemismoothNewtonProjection< Real >::Jacobian Class Reference
Inheritance diagram for ROL::SemismoothNewtonProjection< Real >::Jacobian:

Public Member Functions

 Jacobian (const Ptr< Constraint< Real > > &con, const Ptr< BoundConstraint< Real > > &bnd, const Ptr< const Vector< Real > > &y, const Ptr< Vector< Real > > &xdual, const Ptr< Vector< Real > > &xprim, const Real alpha=1e-4)
void apply (Vector< Real > &Jx, const Vector< Real > &x, Real &tol) const
Public Member Functions inherited from ROL::ROL::LinearOperator< Real >
virtual ~LinearOperator ()
virtual void update (const Vector< Real > &x, bool flag=true, int iter=-1)
 Update linear operator.
virtual void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const =0
 Apply linear operator.
virtual void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply inverse of linear operator.
virtual void applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of linear operator.
virtual void applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of the inverse linear operator.

Private Attributes

const Ptr< Constraint< Real > > con_
const Ptr< BoundConstraint< Real > > bnd_
const Ptr< const Vector< Real > > y_
const Ptr< Vector< Real > > xdual_
const Ptr< Vector< Real > > xprim_
const Real alpha_

Detailed Description

template<typename Real>
class ROL::SemismoothNewtonProjection< Real >::Jacobian

Definition at line 65 of file ROL_SemismoothNewtonProjection.hpp.

Constructor & Destructor Documentation

◆ Jacobian()

template<typename Real>
ROL::SemismoothNewtonProjection< Real >::Jacobian::Jacobian ( const Ptr< Constraint< Real > > & con,
const Ptr< BoundConstraint< Real > > & bnd,
const Ptr< const Vector< Real > > & y,
const Ptr< Vector< Real > > & xdual,
const Ptr< Vector< Real > > & xprim,
const Real alpha = 1e-4 )
inline

Definition at line 73 of file ROL_SemismoothNewtonProjection.hpp.

References alpha_, bnd_, con_, xdual_, xprim_, and y_.

Member Function Documentation

◆ apply()

template<typename Real>
void ROL::SemismoothNewtonProjection< Real >::Jacobian::apply ( Vector< Real > & Jx,
const Vector< Real > & x,
Real & tol ) const
inline

Member Data Documentation

◆ con_

template<typename Real>
const Ptr<Constraint<Real> > ROL::SemismoothNewtonProjection< Real >::Jacobian::con_
private

Definition at line 67 of file ROL_SemismoothNewtonProjection.hpp.

Referenced by apply(), and Jacobian().

◆ bnd_

template<typename Real>
const Ptr<BoundConstraint<Real> > ROL::SemismoothNewtonProjection< Real >::Jacobian::bnd_
private

Definition at line 68 of file ROL_SemismoothNewtonProjection.hpp.

Referenced by apply(), and Jacobian().

◆ y_

template<typename Real>
const Ptr<const Vector<Real> > ROL::SemismoothNewtonProjection< Real >::Jacobian::y_
private

Definition at line 69 of file ROL_SemismoothNewtonProjection.hpp.

Referenced by apply(), and Jacobian().

◆ xdual_

template<typename Real>
const Ptr<Vector<Real> > ROL::SemismoothNewtonProjection< Real >::Jacobian::xdual_
private

Definition at line 70 of file ROL_SemismoothNewtonProjection.hpp.

Referenced by apply(), and Jacobian().

◆ xprim_

template<typename Real>
const Ptr<Vector<Real> > ROL::SemismoothNewtonProjection< Real >::Jacobian::xprim_
private

Definition at line 70 of file ROL_SemismoothNewtonProjection.hpp.

Referenced by apply(), and Jacobian().

◆ alpha_

template<typename Real>
const Real ROL::SemismoothNewtonProjection< Real >::Jacobian::alpha_
private

Definition at line 71 of file ROL_SemismoothNewtonProjection.hpp.

Referenced by apply(), and Jacobian().


The documentation for this class was generated from the following file: