Jack Betteridge

Results 9 issues of Jack Betteridge

It would be very useful to have a lazy version of replace, which only gets applied when the expression tree is traversed. **Example:** Say I have an expression `expr` which...

I want to be able to manipulate Devito derivative objects, more like sympy derivative objects. (possibly only optionally)

API

See https://github.com/devitocodes/devito/blob/v4.8.11/tests/test_symbolics.py#L257-L260 for example of use. Spitting out the generated code we can see that in the case where the constant value is an `np.float64` sympy eagerly turns this into...

bug-C-minor

This is WIP, I need this for a separate piece of work

WIP
compiler

I'm trying to automate detection a lot of the "nitpick" code review comments _and_ providing a route to automatically fixing the issues apriori. What I have added to CI is...

CI
misc
python
github_actions

In response to being told to create the `examples.RickerSource` object, whenever I redefined it as a function.

documentation
examples
misc

Seismic tutorials 14 cannot currently be re-run (thanks to @EdCaunt for pointing this out)

examples

CFD notebook 8 the shallow water equations is unstable if re-run. The solutions all blow up before the final time

examples