-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Current Behavior:
When runnig IDASolve, the current time pointer is not updated if the function returns with IDA_TOO_CLOSE as result.
This is not coherent with what is happening with other solver (e.g. CVodeSolve)
Expected Behavior:
I would like IDASolve to override the current time point in all cases, even when returning with IDA_TOO_CLOSE
Steps To Reproduce:
I'm using sundials through an haskell binding, so I don't have a repro easily available. I can craft a C reproducer if you want.
Environment:
- SUNDIALS version: 7.6.0
eltix