Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Mar 21, 2024
1 parent 7fa1603 commit eabe44f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ using Trixi
using TrixiShallowWater

###############################################################################
# Semidiscretization of the two-layer shallow water equations
# Semidiscretization of the multilayer shallow water equations with three layers

equations = ShallowWaterMultiLayerEquations1D(gravity_constant = 10.0, rhos = (0.9, 1.0, 1.1))
equations = ShallowWaterMultiLayerEquations1D(gravity_constant = 10.0,
rhos = (0.9, 1.0, 1.1))

initial_condition = initial_condition_convergence_test

Expand Down

0 comments on commit eabe44f

Please sign in to comment.