pyclaw icon indicating copy to clipboard operation
pyclaw copied to clipboard

Loop indices in WENO routines are not correct

Open ketch opened this issue 12 years ago • 2 comments

Some of the WENO loops go outside the bounds of their arrays, while others depend on a num_ghost being exactly equal to a certain value (rather than just depending on num_ghost being greater than a certain value, as they should).

ketch avatar May 05 '13 08:05 ketch

Is there a particular case/example that tripped a bug? If so, I will double check it...

memmett avatar May 27 '13 00:05 memmett

This refers to some of my older WENO routines (with characteristic decomposition). I think the PyWENO-generated ones are correct.

On Mon, May 27, 2013 at 3:26 AM, Matthew Emmett [email protected]:

Is there a particular case/example that tripped a bug? If so, I will double check it...

— Reply to this email directly or view it on GitHubhttps://github.com/clawpack/pyclaw/issues/258#issuecomment-18473112 .

ketch avatar May 27 '13 05:05 ketch