You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/simulation/m_global_parameters.fpp
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ module m_global_parameters
129
129
#:if MFC_CASE_OPTIMIZATION
130
130
integer, parameter:: weno_polyn = ${weno_polyn}$ !< Degree of the WENO polynomials (polyn)
131
131
integer, parameter:: weno_order = ${weno_order}$ !< Order of the WENO reconstruction
132
+
integer, parameter:: weno_num_stencils = ${weno_num_stencils}$ !< Number of stencils for WENO reconstruction (only different from weno_polyn for TENO(>5))
132
133
integer, parameter:: num_fluids = ${num_fluids}$ !< number of fluids in the simulation
0 commit comments