Closed Tohiko closed 11 years ago
Hrm I can not reproduce that. Playing around with the lorenz_point.cpp in examples I can see a clear dependence of the steps taken when changing the error bounds. Also, choosing dt = t_end doesn't cause any problems at all, the method behaves as it should, decreasing the step size before getting to work. Can you add a minimal example showing the observed behavior?
no answer in >6 month, close
It seems that calling integrate_adaptive with the final time equal to the time-step makes it nonadaptive. That is, the method is applied for a single time step regardless of the error.
I tried this with both methods: runge_kutta_cash_karp54 runge_kutta_dopri5