Open
Description
I would like to apply the SubcellLimiterIDP
for shallow water equations in TrixiSW. In order to do this I need to modify the blending coefficient alpha
computation to set alpha = 1
to have pure FV near dry states and possibly introduce a special version of the idp_local_twosided!
.
I think the easiest way to do this would be to just add an additional argument equations
to this function
Trixi.jl/src/solvers/dgsem_tree/subcell_limiters_2d.jl
Lines 33 to 35 in a5a6e27
equations::ShallowWaterEquations
for dispatch, such that we can create a specialized version.
@bennibolm @amrueda Does this sound good or can someone see a better way to achieve this?