callback¶
Callback objects for per-iterate actions in iterative methods.
Classes
|
Abstract base class for handling iterates of solvers. |
|
Callback for applying a custom function to iterates. |
|
Callback for printing the current value. |
|
Callback for printing memory and CPU usage. |
|
Callback for printing the iteration count. |
Callback for printing the current norm. |
|
|
Callback for printing the time elapsed since the previous iteration. |
|
Callback for displaying a progress bar. |
|
Callback for saving iterates to disk. |
|
Callback for showing iterates. |
|
Displays a convergence plot. |
|
Callback for sleeping for a specific time span. |
|
Callback for storing all iterates of a solver. |
Functions
|
Context manager for creating animations from a series of plots. |