MOOCHO (Single Doxygen Collection)
Version of the Day
|
Check for convergence. More...
#include <MoochoPack_CheckConvergenceStd_AddedStep.hpp>
Public Member Functions | |
STANDARD_COMPOSITION_MEMBERS (CheckConvergence_Strategy, convergence_strategy) | |
Strategy object to be used when checking for convergence. More... | |
CheckConvergenceStd_AddedStep (Teuchos::RCP< CheckConvergence_Strategy > convergence_strategy) | |
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... | |
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 |
Check for convergence.
Definition at line 54 of file MoochoPack_CheckConvergenceStd_AddedStep.hpp.
MoochoPack::CheckConvergenceStd_AddedStep::CheckConvergenceStd_AddedStep | ( | Teuchos::RCP< CheckConvergence_Strategy > | convergence_strategy | ) |
Definition at line 53 of file MoochoPack_CheckConvergenceStd_AddedStep.cpp.
MoochoPack::CheckConvergenceStd_AddedStep::STANDARD_COMPOSITION_MEMBERS | ( | CheckConvergence_Strategy | , |
convergence_strategy | |||
) |
Strategy object to be used when checking for convergence.
|
virtual |
Implements IterationPack::AlgorithmStep.
Definition at line 60 of file MoochoPack_CheckConvergenceStd_AddedStep.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 99 of file MoochoPack_CheckConvergenceStd_AddedStep.cpp.