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... | |
![]() | |
virtual | ~StatusTest () |
StatusTest (Real gtol=1.e-6, Real stol=1.e-12, int max_iter=100) | |
Private Attributes | |
Real | gtol_ |
Real | stol_ |
int | max_iter_ |
Definition at line 203 of file poisson-control/example_01.cpp.
|
inlinevirtual |
Definition at line 212 of file poisson-control/example_01.cpp.
|
inline |
Definition at line 214 of file poisson-control/example_01.cpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::StatusTest< Real >.
Definition at line 219 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 206 of file poisson-control/example_01.cpp.
|
private |
Definition at line 207 of file poisson-control/example_01.cpp.
|
private |
Definition at line 208 of file poisson-control/example_01.cpp.