-
Just a suggestion, but as discussed here: https://github.com/JuliaLang/julia/issues/75#issuecomment-36766329
One way around the licensing issues with the current ODE codes is to derive codes from the …
-
@davidrpugh
In theory, what happens to the solver when the variance of x is very low, but the variance of y is large?
I have just uploaded the notebook I've been using to work with Philipp in the i…
-
After commit adac4a799550816c4b369feb3a51f3d47c2608fc (perhaps before also), opm-autodiff does not compile on ubuntu 14.04, stock, with dune-istl version 2.2.1-2 installed via
apt-get install libdune-…
-
Would be nice to have @IainNZ 's code from his blog post as a test case: http://iaindunning.com/2013/simulation-study-of-a-laundry-room.html`
-
This patch adds two solvers for differential equations (desolve_mintides and desove_tides_mpfr) based on the TIDES library.
Depends on #16578
Depends on #16579
CC: @vbraun @videlec
Component: **…
-
A quick and easy way to get ode23 and ode45 like in MATLAB is:
http://www.netlib.org/ode/rksuite/
The state of the art is SUNDIALS, but it is no longer maintained. The lead developer went to develop…
-
hi
am stehy,and am interested in implementing a native julia solvers for ode. i thought solving equations symbolically, then approximate the obtained symbolic results numerically but it seems difficu…
stehy updated
10 years ago
-
```
I came across this error when working on exact differential equations for dsolve. The below is the solution to one
such equation. Plotting the function verifies that it is not a function of y, …
-
```
I have finished up my Google Summer of Code 2009 project, which was to implement various ODE
solvers in SymPy. Please pull from http://github.com/asmeurer/sympy/tree/odes-review . Note that
I …
-
```
While looking at issue 3818 , I noticed that there were several failures in the examples. You can see them all by running examples/all.py. Here are the tracebacks from running that in the curren…