Rich FitzJohn

Results 147 comments of Rich FitzJohn

Also, ``` r initial(t) ``` should work as we keep that too

This will probably use the same machinery as #62; we'll have to hash the model and then can inspect the generated code. Could probably do that on package load, too

this sort of thing ``` DLSODA- At current T (=R1), MXSTEP (=I1) steps taken on this call before reaching TOUT In above message, I1 = 5000 In above message, R1...

now more fully discussed here: https://github.com/mrc-ide/odin/issues/243

See #105 for some thoughts on lifting some docs out of the model itself

I have moved this work onto the [`i104_model_graph` branch](https://github.com/mrc-ide/odin/tree/i104_model_graph)

``` diff --git a/R/generate_c_equation.R b/R/generate_c_equation.R index 43a77e0..839e609 100644 --- a/R/generate_c_equation.R +++ b/R/generate_c_equation.R @@ -369,9 +369,7 @@ generate_c_equation_delay_continuous

ok, just worked out/remembered why this is hard - there's nothing that allows anything other than element wise updates on the left hand side in odin. So when we write...