WIP: Resolve "EigenStepper can run into infinite loop"
The current setup of Propagator
and Navigator
is not safe against Runge-Kutta overstepping, this MR should tackle that once and for all.
Steps:
- enforce
forward/backward
for the PropgagorState - create a unit test with enforced overstepping
- fix the test
The fix should involve an overstepping tolerance which allows to back-step in such a case, this should be mathematically equivalent.
Closes #580 (closed) Closes #582 (closed)
Merge request reports
Activity
Filter activity
changed milestone to %0.10.00
added Improvement label
Please register or sign in to reply