Callback Interface

The callback interface allows you to react to each step of the iteration process as implemented by the Feedback Iterator component. This is useful for you to implement special iterations or even solve transient simulations (with a limited scope). To this end, there are four main API features provided:

Related Topics 

Callback and State API