Closed kerim371 closed 1 year ago
It seems same NAN problem appears even when I simply pass a single argument: opt = Options(space_order=20)
. I.e the number of points shoud be <= 16 the computations to work.
Looks like there is a slight overestimation of the CFL condition for high space orders will fix
Hi,
Devito
v4.8.1
JUDIv3.3.5
If I set
space_order=32
along withlimit_m=true
then I getdobs=NAN
. To get it work I need to explicitly setdt_comp=1.0
along with the previous two options.Here is the modified modeling_basic_2d example that produces NAN array: