Alex Jones
Alex Jones
Feature Request: allow references to integrator `dt` in `ODESystem`, automatically generate callback
@baggepinnen Yes that's exactly right.
Feature Request: allow references to integrator `dt` in `ODESystem`, automatically generate callback
> I'm not sure I understand the issue either, but if it could help @shashi had previously setup the ability to use integrators as part of `build_function` constructed callbacks for...
Please ping me when this is merged :)
My apologies, this was copied over from code that was written before I was working on this. I will edit the style to be more in line with the rest.
@finmod `MethodOfLines.jl` handles most of this, please reach out either with an issue there or on the julia slack `@Alex Jones` with a system that you are trying to solve...
I'm running in to the same bug in Julia 1.5 when trying to save a `Makie.Node{MyCustomType}`
@jagot Just a heads up, The `GhostDerivativeOperators` are going to change quite a lot once #170 is merged, as they currently assume that the domain is one dimensional - this...
What is the error?
We could allow `T
I really appreciate your input here, I'm not sure what's better. I see that: ``` julia> using Unitful julia> T = typeof(1000u"g") Quantity{Int64, 𝐌, Unitful.FreeUnits{(g,), 𝐌, nothing}} julia> one(T) 1...