Rich FitzJohn

Results 251 issues of Rich FitzJohn

Following from #194 it should be possible to split parts of an array expression over different stages (constant, user, time) subject to the condition that we evaluate them in the...

obsolete-in-odin2

``` odin::odin_parse({ initial(y)

fixed-in-odin2

The innocent looking ``` odin({ initial(x)

fixed-in-odin2

See the teaching work with Joanna here - this might be straightforward to add as another configuration variable perhaps?

fixed-in-odin2

We have an interpolation extent check that is ok for non-delayed things, but for delays it's a bit of a trick. Especially awkward with double-delays. This is being prevented at...

Would fix #135 properly. Requires reworking the options interface in #139 though