pyclaw
pyclaw copied to clipboard
Loop indices in WENO routines are not correct
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).
Is there a particular case/example that tripped a bug? If so, I will double check it...
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 .