-
- Downloads
Consistent apply-step, apply-evolution function names and arguments
The arguments have been changed in apply-step, apply-evolution so that they match for the first three arguments. The function name apply-step was changed so the two are similar. The macro with-ode-integration defines a local function #'next-step instead of a symbol macro 'make-next-step because symbols in the body of a simple loop violate the CL standard. Some documentation has been updated with the contribution of Mirko Vikovic.
Showing
- ordinary-differential-equations/evolution.lisp 5 additions, 5 deletionsordinary-differential-equations/evolution.lisp
- ordinary-differential-equations/ode-example.lisp 2 additions, 2 deletionsordinary-differential-equations/ode-example.lisp
- ordinary-differential-equations/ode-system.lisp 6 additions, 6 deletionsordinary-differential-equations/ode-system.lisp
- ordinary-differential-equations/stepping.lisp 42 additions, 12 deletionsordinary-differential-equations/stepping.lisp
Loading
Please register or sign in to comment