lijiwei

Results 4 issues of lijiwei

I'm trying to solve the wave equation in $\mathbb{R}^2$ and use the abc methods which add a damping term to the original equation. The amplitude of the damping term is...

Is it able to implement the callback function on `u[t,x,y,z]` when running op.apply(), like [here](https://www.devitoproject.org/devito_book/notebooks/02_wave/wave1D_prog.html)? I would not like to use `save=nt` because the size of 4-d arrray `u[t,x,y,z]` is...

I wanna use the symbol dt given by model.grid.stepping_dim.spacing in the index of the matrix. But the symbol dt disappears in the C/C++ code when I check it using print(op)....

DDAR can be executed successfully. However, when attempting to test `alphageometry`, I encountered a `TypeError` as follows: ``` TypeError: JAX only supports number and bool dtypes, got dtype bfloat16 in...