Skip to content

Compatibility with DifferentialEquations.jl #55

@JordiBolibar

Description

@JordiBolibar

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions