feat: solvers and ball example
This commit is contained in:
parent
cc099c02e7
commit
e07f165494
27 changed files with 1483 additions and 290 deletions
|
|
@ -293,6 +293,13 @@ Two possible options for the simulation reset:
|
|||
('p, 'a, 'b) sim
|
||||
```
|
||||
|
||||
Unfortunately, this does not work : the fder and fzer functions are of type
|
||||
`fder : 'a -> 'y -> 'yder` and `fzer : 'a -> 'y -> 'zout`, and we thus need a
|
||||
way to obtain a value of type `'a`. This is usually done through
|
||||
`input.u : time -> 'a`, but we have no input available during the reset, which
|
||||
makes this impossible. We thus need reset parameters for both the model and
|
||||
solver.
|
||||
|
||||
== Mathematical model
|
||||
|
||||
#link("https://zelus.di.ens.fr/cc2015/fullpaper.pdf")[[CC'15]] defines the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue