Callback Interface
The callback interface allows you to react to each step of the iteration process as implemented by the FeedbackIterator component. This is useful for implementing special iterations or solving transient simulations with a limited scope.
There are four main API features provided:
- Callback functions, which the FeedbackIterator calls at various points in each iteration
- Utility functions, which the Callback functions can use to extra properties of the containers being processed
- Output functions, which allow script debugging and supply additional messages
- Limited state management, which allows the script to store and retrieve state across callback functions and iterations