-
Hi @fverdugo
I have been taking a look at `DifferentialEquations.jl`, in order to create `ODESolver`s as wrappers of this library solvers.
In our current version of the `GridapTimeStepper` pack…
-
## 🐛 Bug
If a module declares an annotated attribute with a type that is not TorchScript compatible, it cannot be `torch.jit.script`ed even if that attribute is never used in TorchScript.
## To …
-
Hi and congrats on the huge review, which will be tremendously useful to everyone in the field. I also really like your fully open science approach, and will emulate it in the future.
Since your pa…
-
https://github.com/SciML/OrdinaryDiffEq.jl/pull/1133/files#diff-854657c5aed40afd28fe07c1413f83c0R43
The convergence rate is about 1.5 instead of 3.0. I'm not quite sure how https://github.com/SciML…
-
The docstring of `phi!` states: https://github.com/SciML/ExponentialUtilities.jl/blob/0cd77385923dc16ee9d781595a7529411f947f1c/src/phi.jl#L115-L119
Yet, it allocates:
```julia
using ExponentialUtil…
-
DiffEqBase is the lowest common denominator for the DiffEq packages, not necessarily the whole SciML ecosystem, and so it has a lot DiffEq dependencies. These are generally not required by downstream …
-
https://mtk.sciml.ai/stable/basics/ContextualVariables/
-
I am finishing revising a paper where I use `QuasiMonteCarlo.jl`.
I read about how to cite Julia packages ([here](https://discourse.julialang.org/t/how-to-cite-julia-packages-for-academic-purpose/80…
-
At the moment, only the state vector is stored as a result of the simulation process:
```julia
sol = solve(prob, solver; solve_args...)
df = DataFrame(sol')
rename!(df, get_x_names(dss))
…
-
https://github.com/SciML/SciMLOperators.jl/issues/12#issuecomment-1149103442