-
I realize this is probably not doable easily or generally, but a lot of PDE codes that use DiffEq don't use MTK.
It would be very cool to identify the discretization from a `modelingtoolkitize`d OD…
-
Please comment here with the day you wish to present, the name of the software (linked to the website), and a sentence or two about what it does. Please make your repository public [1] and link *your*…
-
```
The following list of SfePy Terms still need examples:
d_acoustic_alpha
d_acoustic_surface
d_of_ns_min_grad1
d_of_ns_min_grad2
d_of_ns_surf_min_d_press
d_sa_acoustic_alpha
d_sa_acoustic_alpha2
d_…
-
Hello,
It would be great if we could get an implementation of scipy.linalg.solve_banded in jax.
Otherwise I am interested in similar methods for solving matrix equations of the form `A*x=b` where …
-
(This is a feature request, apologies if this is the wrong place to post this.)
It'd be very nice to have the means to solve differential eigensystems, i.e., L f = λ f where L is a (partial) differ…
-
I dug through the code and DifferentialEquations.jl could add quite a bit to the efficiency of the time stepping code. For reference, what it would really add is SSP methods:
http://docs.juliadiffe…
-
```
The following list of SfePy Terms still need examples:
d_acoustic_alpha
d_acoustic_surface
d_of_ns_min_grad1
d_of_ns_min_grad2
d_of_ns_surf_min_d_press
d_sa_acoustic_alpha
d_sa_acoustic_alpha2
d_…
-
Have any of you thought about periodic boundary conditions, and what that would look like? I see a few potential strategies:
Consider a 1D mesh on [0, 1) with periodicity in x. Call the face at x…
ecoon updated
6 years ago
-
As a follow-up to:
https://discourse.julialang.org/t/error-when-calculating-rhs-of-reaction-ode-no-method-matching-float64-num/64420
I have a set of 22 aqueous species and 44 reactions I am mode…
-
Hi all,
I am planning to insert some external libraries:
- a module for kinds parametrization and portability and _numbers auxiliary/helper procedures_ (essentially for casting numbers to strings and…