From: Abner J. Salgado Date: Wed, 9 Sep 2009 15:46:46 +0000 (+0000) Subject: New parameter file X-Git-Tag: v8.0.0~7151 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ce0f201ef20e5baba327289a03066e421f15e5;p=dealii.git New parameter file git-svn-id: https://svn.dealii.org/trunk@19422 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-35/parameter-file.prm b/deal.II/examples/step-35/parameter-file.prm index 12eb9d3cde..dbbcadbc87 100644 --- a/deal.II/examples/step-35/parameter-file.prm +++ b/deal.II/examples/step-35/parameter-file.prm @@ -8,6 +8,7 @@ subsection Physical data set initial_time = 0. set final_time = 8. set Reynolds = 100 + set filename = zigzag.inp end subsection Time step data @@ -20,7 +21,7 @@ subsection Space discretization # In this subsection we declare the data that is relevant to the space discretization # we set the number of global refines the triangulation must have # and the degree k of the pair Q_(k+1)--Q_k of velocity--pressure finite element spaces - set n_of_refines = 4 + set n_of_refines = 3 set pressure_fe_degree = 1 end @@ -36,7 +37,7 @@ subsection Data solve velocity end #The output frequency -set output = 1 +set output = 5 #Finally we set the verbosity level set verbose = true \ No newline at end of file