-
What is the current best way of doing indexing in the boundary conditions?
In the following test, evaluating the bc with a solution gives a deprecation warning,
but if you follow deprecation advice,…
-
https://github.com/SciML/SciMLSensitivity.jl/runs/7694025968?check_suite_focus=true#step:6:942
The recent release seems to be broken. Does it need to be yanked?
-
As discussed with Billy in https://github.com/SciML/NonlinearSolve.jl/issues/476#issuecomment-2402984370, `DI.jacobian` fails when `x` is a `SubArray`. However, the reason why Enzyme succeeds is that …
-
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.
-
it is so sad to say there is no `integrate` function in the repository, I have to find other package like https://github.com/SciML/SymbolicNumericIntegration.jl , thus I have two different methods to…
-
A thread to kickstart discussion on the semantics and the implementation details of history variables.
Related Issue: https://github.com/SciML/ModelingToolkit.jl/issues/1088#issuecomment-876649631
C…
-
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…
-
**Reverse adjoints for SDEs only works with 'TrackerAdjoint()' and only on CPU. 🐞**
Training Large (e.g, Neural) SDEs on GPUs fails. The only working solution is 'TrackerAdjoint()' and this only cu…
-
Where should these point to?
https://github.com/SciML/SciMLBase.jl/blob/master/src/problems/steady_state_problems.jl#L59
They are not working when the docstring shows up in NonlinearSolve
-
(Paraphrased)
The `train!` statement in the README.md example runs in rougly 7.5 minutes on my machine. I forgot that `steps=300` by default.
- [ ] Add a `@progress` macro from ProgressLogging.j…