Open jlchan opened 1 year ago
ROCK2
and ROCK4
should work on master
, RKC
etc. still needs to be fixed (but I don't have the time right now)
That's fantastic! Thanks - we mostly use ROCK2
and ROCK4
so this is great.
@ChrisRackauckas Shall we make a new release of OrdinarDiffEq.jl?
Bump on a new release?
Edit: done with v6.50. Thanks!
Arrays of arrays work for most explicit solvers, but are not yet supported by stabilized Runge-Kutta solvers such as
RKC
,ROCK2
, andROCK4
. Here's a MWE:@ranocha and I are interested in using these in Trixi. Would it be possible to support arrays of
SVector
for stabilized RK solvers? Happy to take a stab at adding this.