-
**Is your feature request related to a problem? Please describe.**
I'm performing humanoid robot simulations with Ignition Gazebo and the DART ign-physics plugin. I have always struggled with jumpy…
-
It seems that many of the features/possible arguments are not yet implemented into the algorithm, is there a bleeding-edge version that has these? When will they be expected?
-
**Is your feature request related to a problem? Please describe.**
The proposed feature request is to implement the TR-BDF2 algorithm in SciPy for solving ODE systems. The TR-BDF2 algorithm is an i…
-
Hi,
I have an ODE system with 42 equations and 101 parameters. Solving this model with
**solve_ivp(model, time_span, y0, args, dense_output=True, data_point=250, rtol=1e-6, atol=1e-9)** cost aro…
-
[This](https://github.com/JuliaDiffEq/DifferentialEquations.jl/issues/444) issue has been raised at DifferentialEquations.jl in order to get help from the community, and help drive forward the Julia O…
-
Hi,
Unfortunately, all the available (S)ODE integration subroutines in auto-differentiable Python frameworks (RK45, Dopri, etc.) behave very poorly with complex-valued functions [*]. In the Python …
-
Propose and check algorithm of substitution dimensionless time for dynamical system represented by [LagrangesDynamicSystem](https://github.com/bogumilchilinski/dynpy/blob/ee555b58f7f6efa5d849073329388…
-
Need to create a package for ODE solver.
It can be a separate package or part of easifemClasses.
References.
- [ ] https://github.com/Fortran-FOSS-Programmers/FOODIE
- [ ] https://diffeq.scim…
-
**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…
-
Hello all,
I am quite new with pyjac, so please apologies stupid questions.
My target is to calculate the jacobian matrix during the time integration and feeding back to my stiff ode solver to s…