Skip to content

ODESolver: Added pre and post iteration hooks

Lars Bilke requested to merge github/fork/chleh/pre-post-iter into master

Created by: chleh

Said hooks are called before and after each iteration of the nonlinear solver.

I need that functionality for TES in order to be able to drop some nonsensible iteration results.

Merge request reports