|
ROL
|
Implements a preconditioner for the augmented system. More...
#include <ROL_AugmentedSystemPrecOperator.hpp>
Inheritance diagram for ROL::AugmentedSystemPrecOperator< Real >:Public Member Functions | |
| virtual | ~AugmentedSystemPrecOperator () |
| AugmentedSystemPrecOperator (const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x) | |
| void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| void | applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, 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< const Vector< Real > > | x_ |
Implements a preconditioner for the augmented system.
Definition at line 60 of file ROL_AugmentedSystemPrecOperator.hpp.
|
inlinevirtual |
Definition at line 66 of file ROL_AugmentedSystemPrecOperator.hpp.
|
inline |
Definition at line 67 of file ROL_AugmentedSystemPrecOperator.hpp.
|
inline |
Definition at line 71 of file ROL_AugmentedSystemPrecOperator.hpp.
|
inline |
Definition at line 75 of file ROL_AugmentedSystemPrecOperator.hpp.
|
inline |
Definition at line 79 of file ROL_AugmentedSystemPrecOperator.hpp.
References con_, ROL::PartitionedVector< Real >::get(), ROL::PartitionedVector< Real >::set(), x_, and zero.
Referenced by applyAdjointInverse().
|
inline |
Definition at line 89 of file ROL_AugmentedSystemPrecOperator.hpp.
References applyInverse().
|
private |
Definition at line 62 of file ROL_AugmentedSystemPrecOperator.hpp.
Referenced by applyInverse(), and AugmentedSystemPrecOperator().
|
private |
Definition at line 63 of file ROL_AugmentedSystemPrecOperator.hpp.
Referenced by applyInverse(), and AugmentedSystemPrecOperator().