Public Member Functions | |
| virtual | ~IterCallbackBase () |
| virtual void | call (const PDEConstrainedObjBase *obj, int iter) const =0 |
IterCallbackBase provides an abstract interface for callbacks to be performed at the start of each optimization iteration.
Definition at line 58 of file PDEOptIterCallbackBase.hpp.
| virtual Sundance::IterCallbackBase::~IterCallbackBase | ( | ) | [inline, virtual] |
Definition at line 62 of file PDEOptIterCallbackBase.hpp.
| virtual void Sundance::IterCallbackBase::call | ( | const PDEConstrainedObjBase * | obj, |
| int | iter | ||
| ) | const [pure virtual] |
Implemented in Sundance::DefaultIterCallback.