OrdinaryDiffEq.jl icon indicating copy to clipboard operation
OrdinaryDiffEq.jl copied to clipboard

Adding ETD2RK4 exponential integrator algorithm

Open Leebre opened this issue 2 years ago • 2 comments

Development to add a new exponential integrator, ETD2RK4 from Krogstad's 2005 paper. Krylov/non-krylov OOP versions are implemented and seem to be working (although tests are throwing an error). IIP versions still need to be added. First step is calculated using DP5 (which is also 4th-order).

Leebre avatar May 09 '22 15:05 Leebre

Rename PR to reflect contribution?

ranjanan avatar May 12 '22 19:05 ranjanan

Rename PR to reflect contribution?

Done! Thanks for the suggestion :-)

Leebre avatar May 12 '22 20:05 Leebre