Elycoo
Elycoo
Currently the semi linear integrators are non-adaptive. In principle, this implementation needs just deriving the right expression to the error calculation. [These](https://www.sciencedirect.com/science/article/pii/S0021999114006743) papers [are](https://arxiv.org/pdf/2102.02524.pdf) a good starting point. It would...
Hi, `reinit!` and `solve!` allocates some memory even with saving turned off. Here is a MWE: ```julia module CheckAlloc using DifferentialEquations, Profile, PProf, GraphViz function f(dx,x,p,t) for i in eachindex(x)...
Hi, I'm trying to use StructArrays with DifferentialEquations.jl. But I can't make it works together :frowning: From the stacktrace I understand that when the differential equation package tries to set...
I really like your idea but I usually have long stack traces so it will be helpful!