-
Hi,
as shown here https://discourse.julialang.org/t/chaostools-tangent-integrator-stiff-solvers/26464, the tangent_integrator errors, if one provides an algorithm, which uses ForwardDiff.jl to calcul…
-
Hi developers of Allegro,
I have two questions namely on the methodology behind allegro and it's applications:
1. In the Nature communications publication, the model's architecture is depicted […
-
When using [Saveat](https://docs.kidger.site/diffrax/api/saveat/) we have the option to call a "fn" defined in the doc as
> fn: A function fn(t, y, args) which specifies what to save into sol.ys w…
-
I try to solve the following nonlinear Differential Equation/Boundary Value Problem:
y'''' + 4.0*y'''/x = 0
with the following boundary conditions
y(0) = y'(0) = 0 y''(1)=0 y'''(1)=1
in a pr…
-
On trying to solve the system using an implicit solver from SciML such as `RadauIIA3`, we get the following error message.
```
Got exception outside of a @test
First call to automatic differe…
-
With chain rule one often sees many common sub-expressions in the calculation of the function and its derivatives. It would save time to compute the two of these together rather than having one call t…
-
In relatively recent work (https://github.com/scipy/scipy/pull/20539), @izaid developed a more consistent API for the Legendre functions, and developed tools for evaluating the recurrences used in the…
-
Hi, I wanted to suggest adding a resource to the CRAN task view on mixed models. I've been developing a GLMM model fitting package for R (currently on CRAN as [glmmrBase v0.4.6](https://cran.rstudio.c…
-
I want to solve a nonlinear PDE where I impose, instead of a boundary condition, that the integral over the domain is zero. I don't know how to express this – the way I tried leads to an error (see be…
-
See https://github.com/pytorch/pytorch/runs/3682832751. Relevant snippet:
```
======================================================================
ERROR [0.013s]: test_profiler (__main__.TestJi…