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 (Teuchos::ParameterList &parlist) | |
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 68 of file poisson-control/example_01.cpp.
|
inlinevirtual |
Definition at line 77 of file poisson-control/example_01.cpp.
|
inline |
Definition at line 79 of file poisson-control/example_01.cpp.
|
inlinevirtual |
Check algorithm status.
Reimplemented from ROL::StatusTest< Real >.
Definition at line 84 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 71 of file poisson-control/example_01.cpp.
|
private |
Definition at line 72 of file poisson-control/example_01.cpp.
|
private |
Definition at line 73 of file poisson-control/example_01.cpp.