Skip to content

Commit

Permalink
o Fix weights to sum to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeeja committed Jul 13, 2023
1 parent 1c760d2 commit f6a5ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uxarray/utils/get_quadratureDG.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_gauss_quadratureDG(nCount):

dW = np.array([
0.0277777777777778, 0.1654953615608055, 0.2745387125001617,
0.3464285109730463, 0.3715192743764172, 0.3464285109730463,
0.3464285109730464, 0.3715192743764172, 0.3464285109730464,
0.2745387125001617, 0.1654953615608055, 0.0277777777777778
])

Expand Down

0 comments on commit f6a5ccd

Please sign in to comment.