-
We have recently started testing julia 1.11 in our projects [Trixi.jl](https://github.com/trixi-framework/Trixi.jl) and [TrixiParticles.jl](https://github.com/trixi-framework/TrixiParticles.jl). We ob…
-
With @amontoison
We'd like to implement a Poisson solver that uses [`Krylov`](https://github.com/JuliaSmoothOptimizers/Krylov.jl) under the hood instead of our custom (preconditioned) conjugate gra…
-
I recently ran into an failure issue using UR where the default collision config for trajopt sets the safety_margin=0.025 and the safety_margin_buffer=0.05 but there is one link pair on the UR which a…
-
**The objective**
Hello,
I've been trying to use the library for the last couple of days but I'm encountering difficulties with my problem.
I'm trying to model pandemic dynamics through a SEIR mod…
-
Here is the algorithm that should work for all differentiable functions:
http://conference.scipy.org/proceedings/SciPy2008/paper_3/full_text.pdf
See also the issue #4213 for a real life nontrivi…
-
`solveset` has grown a lot to become as powerful as `solve`. To make it more efficient I wish to implement the `transcendental equation solver(equations solvable by LambertW)` in `solveset`. This coul…
-
Hi,
I'm new to the project as a user. I am trying to solve some problems involving multiple baths with Floquet formalism. Just wondering if you already implemented it in your current version?
N…
-
Hi there,
I'm very interested in using your benchmark. It may be of interest to include the Kuramoto-Sivashinsky equation in the benchmark? You can find an implementation (albeit in the torchrl lib…
-
The following lines (biot_driver.lua) do not compute consistent initial values:
if (( ARGS.LimexNStages > 0)) then
local dt0 = charTime*1e-50
print("Computing consistent initial value w/ dt0=…
-
Hey,
thank you for this great package. I have a problem using the scipy LSODA solver together with odeint_adjoint for a nonlinear stiff ODE. The problem is the following:
1. The forward solve w…