Skip to content
Snippets Groups Projects
Commit 2415cd2d authored by Timothy A. Smith's avatar Timothy A. Smith
Browse files

another bugfix in WENO weights

parent eb52be62
No related branches found
No related tags found
1 merge request!28WENO flux bug
......@@ -743,7 +743,7 @@ subroutine weno_weights_pos(nvars, characteristic_fluxes, combined_frozen_metric
real :: C(3) = (/0.1, 0.6, 0.3/)
real :: weights1(0:2) = (/1, -4, 3/)
real :: weights2(0:2) = (/-1, 0, 1/)
real :: weights3(0:2) = (/-3, 4, 1/)
real :: weights3(0:2) = (/-3, 4, -1/)
real :: weightsc(0:2) = (/1, -2, 1/)
real IS(3), alpha(3), eps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment