Hi list I have a question related to SunDials.jl
We are building a model for which we currently have a function that takes in two objects of custom types (c::Community and p::Parameters). We'd like to move the code to Sundials, but we're not sure about the best way to do it. Currently, we have a function dNdt(c::Community, p::Parameters), returning an array of Float64 with the derivative, for every population size (stored in c.N[1], c.N[2], ...). Is there a way to pass additional arguments to the functions used in Sundial? t -- Timothée Poisot, PhD Professeur adjoint Département des sciences biologiques Université de Montréal phone : 514 343-7691 web : http://poisotlab.io twitter: @PoisotLab meeting: https://tpoisot.youcanbook.me/
