-
https://github.com/SciML/OrdinaryDiffEq.jl/blob/2aa067e2a39ebe50ec9ffccbe002c34c9e494584/src/nlsolve/utils.jl#L154-L174
-
Is it really intended?
https://github.com/SciML/LinearSolve.jl/blob/main/src/iterative_wrappers.jl#L294
I would expect
```
KrylovKitJL(KrylovAlg, gmres_restart, args, kwargs)
```
-
Continuouing https://github.com/SciML/SciMLBenchmarks.jl/pull/245 here.
@SebastianM-C these time out. How long do they take?
-
In this tutorial: https://docs.sciml.ai/ModelingToolkit/stable/tutorials/acausal_components/#Explanation
There is a diagram that looks like this (at least when I look at ti):
![image](https://gith…
-
As shown in https://github.com/SciML/DiffEqJump.jl/issues/239, a user might accidentally double include some `tstops` when using callbacks. Maybe it would make sense for `DiffEqBase.initialize!` to ca…
-
I think all off the preview urls redirect to docs.sciml.ai?
But those are only updated once a day and thus might not have the preview.
We should probably also enable previews everywhere and a CI s…
-
In the case of non-diagonal noise SROCK2() is not working with a `W::NoiseWrapper` noise as that has no `W.rng` field, conflicting with
https://github.com/SciML/StochasticDiffEq.jl/blob/5c13cc7f677…
-
I am using a combination of packages to use ANNs within coupled ordinary differential equations.
When coupling less than 20 ODEs everything runs smoothly, whereas for more than 20 ODEs i get A LOT…
-
https://github.com/SciML/DiffEqTutorials.jl/issues/174#issuecomment-653647024 yet it never opened a PR? @christopher-dG
-
Hi SciML team,
First, I would like to thank you for this great work.
My question is : How can I deal with complex geometries and discontinues boundary conditions.
Thank you.