feat: sundials
This commit is contained in:
parent
6cec3d6c5d
commit
80d4aef23f
8 changed files with 33 additions and 34 deletions
|
|
@ -31,7 +31,7 @@ let horizon _ = max_float
|
|||
let van_der_pol ()
|
||||
: (state, _, _, carray, carray, carray, zarray, carray) hnode
|
||||
= let yd = cmake csize in
|
||||
let zout = cmake zsize in
|
||||
let zout = cmake zsize in
|
||||
let fder _ _ y = fder y yd in
|
||||
let fzer _ _ _ = zout in
|
||||
let init _ = { lx=of_array [| x0; y0 |]; i=true } in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue