-
Notifications
You must be signed in to change notification settings - Fork 11
Compatibility with DifferentialEquations.jl #55
Copy link
Copy link
Open
Description
Hi, I just came across this package and it looks pretty neat for the sort of work I'm doing. I see that @luraess is adding some parameters and laws related to ice flow modelling, which I'd be interested in using.
My only question here would be: are this sort of structures compatible with DifferentialEquations.jl? The solvers in this library need a function with the following signature: iceflow(du, u, p, t), where p can be a set of parameters to be passed to the solver. Normally a tuple is used, but I've always found this really awkward and hard to track for large sets of parameters. Using GEO_units could be a much more elegant way to deal with this.
Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels