[FLASH-USERS] Index error in UHD WENO-Z
Sean M. Couch
couch at pa.msu.edu
Sat Aug 5 10:11:07 EDT 2017
Hi everyone!
I spotted a small index bug in hy_uhd_DataReconstructNormalDir_WENO.F90 at line 497 (in the flash4 branch). I’m pretty sure the line
`Alpha5p(2) = coeff2p(2)*(1.+(abs(betaWeno(1)-betaWeno(3))/(tiny+betaWeno(2)))**wenoExp)`
should be
`Alpha5p(2) = coeff2p(2)*(1.+(abs(betaWeno(1)-betaWeno(2))/(tiny+betaWeno(2)))**wenoExp)`.
Small thing, I think. This should only matter when using `order=5` and `wenoMethd=WENOZ`.
Cheers,
Sean
(p.s., Tried sending this to flash-bugs but I am not allowed to post there from this email address…)
----------------------------------------------------------------------------------------------------------
Sean M. Couch
Assistant Professor
Department of Physics and Astronomy
Department of Computational Mathematics, Science, and Engineering
National Superconducting Cyclotron Laboratory/Facility for Rare Isotope Beams
Michigan State University
567 Wilson Rd, 3250 BPS
East Lansing, MI 48824
(517) 884-5035 —— couch at pa.msu.edu<mailto:couch at pa.msu.edu> —— www.pa.msu.edu/~couch<http://www.pa.msu.edu/~couch>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20170805/e3f37145/attachment.htm>
More information about the flash-users
mailing list