Skip to content

Commit

Permalink
Z4co: use 4th diss and upwind for higher fd operator
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Aug 31, 2024
1 parent 6ddbe1e commit 47d4b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Z4co/src/diss.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ apply_upwind_diss(const cGH *restrict const cctkGH, const GF3D2<const T> &gf_,
calc_diss = &Derivs::calc_diss<2>;
break;
}
case 4: {
case 4:
case 6: {
calc_deriv_upwind = &Derivs::calc_deriv_upwind<4>;
calc_diss = &Derivs::calc_diss<4>;
break;
Expand Down

0 comments on commit 47d4b44

Please sign in to comment.