Closed ajnonaka closed 2 months ago
Fix a roundoff issue in the SUNDIALS evolve() function that caused the integrator to run a second time with a very tiny dt in a given time step.
The proposed changes:
Any reasons why std::abs is needed? Also the last argument should be an int (e.g., 10, not double like 10..
std::abs
10
10.
@WeiqunZhang fixed
Summary
Fix a roundoff issue in the SUNDIALS evolve() function that caused the integrator to run a second time with a very tiny dt in a given time step.
Additional background
Checklist
The proposed changes: