Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Feb 19, 2024
1 parent 2e71c82 commit 57247f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_tree/subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ including:
- Local two-sided Zalesak-type limiting for conservative variables (`local_twosided_variables_cons`)
- Positivity limiting for conservative variables (`positivity_variables_cons`) and nonlinear variables
(`positivity_variables_nonlinear`)
- One-sided limiting for nonlinear variables (e.g., `entropy_spec`, `entropy_math`)
- Local one-sided limiting for nonlinear variables (e.g., `entropy_spec`, `entropy_math`)
Conservative variables to be limited are passed as a vector of strings, e.g. `local_twosided_variables_cons = ["rho"]`
and `positivity_variables_cons = ["rho"]`. For nonlinear variables the specific functions are
Expand Down

0 comments on commit 57247f8

Please sign in to comment.