#include <MoochoPack_LineSearchFailureNewDecompositionSelection_Step.hpp>
Inheritance diagram for MoochoPack::LineSearchFailureNewDecompositionSelection_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_line_search_step (const Teuchos::RefCountPtr< IterationPack::AlgorithmStep > &line_search_step) |
| <<std comp="">> members for LineSearch object. | |
| void | set_new_decomp_strategy (const Teuchos::RefCountPtr< NewDecompositionSelection_Strategy > &new_decomp_strategy) |
| <<std comp="">> members for Decomposition Select Strategy object. | |
| LineSearchFailureNewDecompositionSelection_Step (const line_search_step_ptr_t &line_search_step, const new_decomp_strategy_ptr_t &new_decomp_strategy) | |
| | |
If the delegated line search Step object throws a LineSearchFailure exception, then this object directs the selection of a new decomposition. If the very next iteration also results in a linesearch failure then we must quit.
Definition at line 45 of file MoochoPack_LineSearchFailureNewDecompositionSelection_Step.hpp.
|
||||||||||||
|
Definition at line 40 of file MoochoPack_LineSearchFailureNewDecompositionSelection_Step.cpp. |
|
|
<<std comp="">> members for LineSearch object.
Definition at line 51 of file MoochoPack_LineSearchFailureNewDecompositionSelection_Step.hpp. |
|
|
<<std comp="">> members for Decomposition Select Strategy object.
Definition at line 54 of file MoochoPack_LineSearchFailureNewDecompositionSelection_Step.hpp. |
|
||||||||||||||||||||
|
Definition at line 49 of file MoochoPack_LineSearchFailureNewDecompositionSelection_Step.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 89 of file MoochoPack_LineSearchFailureNewDecompositionSelection_Step.cpp. |
1.3.9.1