ROL
|
Public Member Functions | |
virtual | ~StatusTest_PDAS () |
StatusTest_PDAS (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100) | |
virtual bool | check (ROL::AlgorithmState< Real > &state) |
Check algorithm status. More... | |
Public Member Functions inherited from ROL::StatusTest< Real > | |
virtual | ~StatusTest () |
StatusTest (ROL::ParameterList &parlist) | |
StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100, bool use_rel=false) | |
Private Attributes | |
Real | gtol_ |
Real | stol_ |
int | max_iter_ |
Definition at line 35 of file poisson-control/example_01.cpp.
|
inlinevirtual |
Definition at line 44 of file poisson-control/example_01.cpp.
|
inline |
Definition at line 46 of file poisson-control/example_01.cpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::StatusTest< Real >.
Definition at line 51 of file poisson-control/example_01.cpp.
References ROL::AlgorithmState< Real >::gnorm, ROL::AlgorithmState< Real >::iter, and ROL::AlgorithmState< Real >::snorm.
|
private |
Definition at line 38 of file poisson-control/example_01.cpp.
|
private |
Definition at line 39 of file poisson-control/example_01.cpp.
|
private |
Definition at line 40 of file poisson-control/example_01.cpp.