This would be useful for larger ensemble simulations, where a user may only be interested in a DynamicsOutput if a certain condition caused the simulation to terminate, e.g. when a reaction has occurred.
ODE solution objects provide a return code for termination by callback which could be used to check whether this happened.
This would be useful for larger ensemble simulations, where a user may only be interested in a
DynamicsOutput
if a certain condition caused the simulation to terminate, e.g. when a reaction has occurred.ODE solution objects provide a return code for termination by callback which could be used to check whether this happened.