dolfin-adjoint / pyadjoint

The algorithmic differentation tool pyadjoint and add-ons.
GNU Lesser General Public License v3.0
91 stars 37 forks source link

Dynamic schedules #137

Closed Ig-dolci closed 5 months ago

Ig-dolci commented 9 months ago

This PR adds dynamic schedules, which do not require total timesteps before the forward execution. An additional test is added to test solvers with linear multistep methods (Adams-Bashforth and Adams-Moulton).