From: heltai Date: Sun, 26 Apr 2009 12:00:03 +0000 (+0000) Subject: Modified the example parameter file to be coherent with what was said in the warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c2d3de55c15c72a7f6a0496441b37ad50cd64f;p=dealii-svn.git Modified the example parameter file to be coherent with what was said in the warning. git-svn-id: https://svn.dealii.org/trunk@18736 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-34/doc/intro.dox b/deal.II/examples/step-34/doc/intro.dox index 3a40b6a9b1..c8aaae1b62 100644 --- a/deal.II/examples/step-34/doc/intro.dox +++ b/deal.II/examples/step-34/doc/intro.dox @@ -12,7 +12,7 @@ wrong. There is a factor of $1/2$ that appears, and we haven't figured out where it comes from yet. For the moment this issue is "solved" by multiplying the wind function in the parameter file by two. -If you think you have spot the mistake, please let us know. +If you think you have spotted the mistake, please let us know.

Introduction

diff --git a/deal.II/examples/step-34/doc/results.dox b/deal.II/examples/step-34/doc/results.dox index 176d51f47d..01e7b38fe6 100644 --- a/deal.II/examples/step-34/doc/results.dox +++ b/deal.II/examples/step-34/doc/results.dox @@ -47,6 +47,15 @@ subsection Quadrature rules end +subsection Solver + set Log frequency = 1 + set Log history = false + set Log result = true + set Max steps = 100 + set Tolerance = 1.e-10 +end + + subsection Wind function 2d # Any constant used inside the function which is not a variable name. set Function constants = @@ -67,7 +76,7 @@ subsection Wind function 3d # Separate vector valued expressions by ';' as ',' is used internally by the # function parser. - set Function expression = 1; 1; 1 # default: 0; 0; 0 + set Function expression = 2; 2; 2 # default: 0; 0; 0 # The name of the variables as they will be used in the function, separated # by ','.