MOOCHO (Single Doxygen Collection)
Version of the Day
|
Delegates the line search to a DirectLineSearch_Strategy
object.
More...
#include <MoochoPack_LineSearchDirect_Step.hpp>
Public Member Functions | |
STANDARD_COMPOSITION_MEMBERS (DirectLineSearch_Strategy, direct_line_search) | |
Set the direct line search algorithm object. More... | |
LineSearchDirect_Step (const direct_line_search_ptr_t &direct_line_search=Teuchos::null) | |
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... | |
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 |
Delegates the line search to a DirectLineSearch_Strategy
object.
Definition at line 54 of file MoochoPack_LineSearchDirect_Step.hpp.
MoochoPack::LineSearchDirect_Step::LineSearchDirect_Step | ( | const direct_line_search_ptr_t & | direct_line_search = Teuchos::null | ) |
Definition at line 60 of file MoochoPack_LineSearchDirect_Step.cpp.
MoochoPack::LineSearchDirect_Step::STANDARD_COMPOSITION_MEMBERS | ( | DirectLineSearch_Strategy | , |
direct_line_search | |||
) |
Set the direct line search algorithm object.
|
virtual |
Overridden from AlgorithmStep
Implements IterationPack::AlgorithmStep.
Definition at line 66 of file MoochoPack_LineSearchDirect_Step.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 219 of file MoochoPack_LineSearchDirect_Step.cpp.