Ypy using finite differences.
More...
#include <MoochoPack_CheckDescentQuasiNormalStep_Step.hpp>
Inheritance diagram for MoochoPack::CheckDescentQuasiNormalStep_Step:
Overridden from AlgorithmStep | |
| bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
| | |
| void | print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
| | |
Public Member Functions | |
| void | set_calc_fd_prod (const Teuchos::RefCountPtr< CalcFiniteDiffProd > &calc_fd_prod) |
| Set the object that will compute the finite difference products. | |
| CheckDescentQuasiNormalStep_Step (const calc_fd_prod_ptr_t &calc_fd_prod) | |
| Constructor. | |
Ypy using finite differences.
This step class checks for descent in the feasibility measure q(x) = 1/2 * cd(x)'*cd(x) <: REAL of the decomposed equality constraints cd(x) = c(equ_decomp)(x) with respect to the range space step Ypy_k. The gradient of this feasibility measure is:
grad(q(x),x) = grad(cd(x),x) * cd(x)
grad(q(x),x)'*Ypy_k = cd(x)'*grad(cd(x),x)'*Ypy_k< 0. The product grad(c(x),x)'*Ypy_k is approximated with finite differences using the class MoochoPack::CalcFiniteDiffProd.
Definition at line 53 of file MoochoPack_CheckDescentQuasiNormalStep_Step.hpp.
|
|
Constructor.
Definition at line 45 of file MoochoPack_CheckDescentQuasiNormalStep_Step.cpp. |
|
|
Set the object that will compute the finite difference products.
Definition at line 59 of file MoochoPack_CheckDescentQuasiNormalStep_Step.hpp. |
|
||||||||||||||||||||
|
Definition at line 51 of file MoochoPack_CheckDescentQuasiNormalStep_Step.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 139 of file MoochoPack_CheckDescentQuasiNormalStep_Step.cpp. |
1.3.9.1