From f69f01262a42371524ec253370da07753259964e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 4 Apr 2020 11:03:07 -0600 Subject: [PATCH] Also update the .prm file. --- examples/step-69/step-69.prm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5