|
ROL
|
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_ |
Definition at line 65 of file ROL_SemismoothNewtonProjection.hpp.
|
inline |
|
inline |
Definition at line 80 of file ROL_SemismoothNewtonProjection.hpp.
References alpha_, ROL::Vector< Real >::axpy(), bnd_, con_, ROL::Vector< Real >::dual(), xdual_, xprim_, and y_.
|
private |
Definition at line 67 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by apply(), and Jacobian().
|
private |
Definition at line 68 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by apply(), and Jacobian().
|
private |
Definition at line 69 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by apply(), and Jacobian().
|
private |
Definition at line 70 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by apply(), and Jacobian().
|
private |
Definition at line 70 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by apply(), and Jacobian().
|
private |
Definition at line 71 of file ROL_SemismoothNewtonProjection.hpp.
Referenced by apply(), and Jacobian().