JuliaDynamics / CriticalTransitions.jl

A Julia package for critical transitions in dynamical systems with time-dependent forcing
https://juliadynamics.github.io/CriticalTransitions.jl/dev/
MIT License
24 stars 2 forks source link

Add Jacobian field to StochSystem #28

Open oameye opened 6 months ago

oameye commented 6 months ago

In many algorithms one needs the jacobian of the drift field. These are now computed using ForwardDiff. Adding the the field jacobian to StochSystem, makes it possible for the user to hardcode it or compute it symbolically using, e.g., ModeligToolkit.

reykboerner commented 5 months ago

Agreed, integration of ModelingToolkit and the possibility to hardcode the Jacobian of the drift should be included.