Changes between Initial Version and Version 2 of Ticket #28707
- Timestamp:
- 11/08/19 14:27:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28707
-
Property
Commit
changed from
to
511e26d6b637c8fb85c0112c8a5185d24c105672
-
Property
Branch
changed from
to
public/manifolds/geod_integrator_options
-
Property
Commit
changed from
-
Ticket #28707 – Description
initial v2 1 This ticket allows to pass extra parameters to the method `IntegratedCurve.solve()` in order to control the numerical ODE solver. In particular, this allows to fix an issue with the `odeint` solver by increasing its precision via some tolerance parameters .1 This ticket allows to pass extra parameters to the method `IntegratedCurve.solve()` in order to control the numerical ODE solver. In particular, this allows to fix an issue with the `odeint` solver by increasing its precision via some tolerance parameters (see comment:1 for details). 2 2 3 3 Besides, this ticket makes the `odeint` solver (introduced in #25936) the default one, instead of `rk4_maxima`, since the former is much faster than