MOOCHO (Single Doxygen Collection)
Version of the Day
|
Calculates dvl_k = mu*invXl_k*e - vl_k - invXl_k*Vl_k*d_k
and dvu_k = mu*invXu_k*e - vu_k + invXu_k*Vu_k*d_k
More...
#include <MoochoPack_CalcD_vStep_Step.hpp>
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 |
Additional Inherited Members | |
Public Types inherited from IterationPack::AlgorithmStep | |
typedef size_t | poss_type |
Public Member Functions inherited from IterationPack::AlgorithmStep | |
virtual | ~AlgorithmStep () |
virtual void | initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm just before the algorithm is run. More... | |
virtual void | inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm to inform when a runtime configuration change is finihed. More... | |
virtual void | finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm just after an algorithm is terminiated. More... | |
Calculates dvl_k = mu*invXl_k*e - vl_k - invXl_k*Vl_k*d_k
and dvu_k = mu*invXu_k*e - vu_k + invXu_k*Vu_k*d_k
Definition at line 53 of file MoochoPack_CalcD_vStep_Step.hpp.
|
virtual |
Implements IterationPack::AlgorithmStep.
Definition at line 60 of file MoochoPack_CalcD_vStep_Step.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 135 of file MoochoPack_CalcD_vStep_Step.cpp.