Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelschurer committed Dec 16, 2024
1 parent 3ba15d8 commit 85792cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/fluid/hydrostatic_water_column_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ trixi_include(@__MODULE__,
tank_size=(1.0, 1.0, 1.2), acceleration=(0.0, 0.0, -9.81),
smoothing_kernel=SchoenbergCubicSplineKernel{3}(), tspan=(0.0, 1.0),
maxiters=10^5, fluid_density_calculator=ContinuityDensity(),
clip_negative_pressure=false,
tspan=(0.0, 0.1))
clip_negative_pressure=false)

0 comments on commit 85792cd

Please sign in to comment.