From: Wolfgang Bangerth Date: Sat, 4 Apr 2020 17:03:07 +0000 (-0600) Subject: Also update the .prm file. X-Git-Tag: v9.2.0-rc1~298^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f69f01262a42371524ec253370da07753259964e;p=dealii.git Also update the .prm file. --- diff --git a/examples/step-69/step-69.prm b/examples/step-69/step-69.prm index e69826de17..385176d499 100644 --- a/examples/step-69/step-69.prm +++ b/examples/step-69/step-69.prm @@ -10,7 +10,7 @@ subsection A - MainLoop # Final time set final time = 4 - # time interval for output + # Time interval for output set output granularity = 0.02 # Resume an interrupted computation. @@ -19,19 +19,19 @@ end subsection B - Discretization - # height of computational domain + # Height of computational domain set height = 2 - # length of computational domain + # Length of computational domain set length = 4 - # diameter of immersed disc + # Diameter of immersed disc set object diameter = 0.5 # x position of immersed disc center point set object position = 0.6 - # number of refinement steps of the geometry + # Number of refinement steps of the geometry set refinement = 5 end @@ -50,7 +50,7 @@ end subsection E - TimeStepping - # relative CFL constant used for update + # Relative CFL constant used for update set cfl update = 0.8 end