Jago Strong-Wright
Jago Strong-Wright
Hi all, I've attempted to uncomment and use the code and have put it [here](https://github.com/jagoosw/AppleAccelerate.jl/tree/jsw/fft), but it seg faults when you call `newfft`. Does anyone know if there has been...
Do we not want the substep length rather than the total time step length? For example on the cases where we're explicitly stepping a boundary condition they're getting stepped every...
Yeah this makes sense, and yes, I think in some cases we will need the last substep interval yes.
So that we can write code that works with both timesteppers I think it would make sense for `last_\Delta t` to be filled for AB2 as well?