From: Luca Heltai Date: Thu, 14 May 2020 22:28:21 +0000 (+0200) Subject: Fixed indent. X-Git-Tag: v9.2.0-rc2~3^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60dc8584eca01f5df4cb9537e102273c5fd5a995;p=dealii.git Fixed indent. --- diff --git a/examples/step-70/doc/results.dox b/examples/step-70/doc/results.dox index 7ef60bbfab..c8f2371e6e 100644 --- a/examples/step-70/doc/results.dox +++ b/examples/step-70/doc/results.dox @@ -72,12 +72,12 @@ subsection Stokes Immersed Problem # that describes the function, rather than having to use its numeric value # everywhere the constant appears. These values can be defined using this # parameter, in the form `var1=value1, var2=value2, ...'. - # + # # A typical example would be to set this runtime parameter to # `pi=3.1415926536' and then use `pi' in the expression of the actual # formula. (That said, for convenience this class actually defines both # `pi' and `Pi' by default, but you get the idea.) - set Function constants = + set Function constants = # The formula that denotes the function you want to evaluate for # particular values of the independent variables. This expression may @@ -88,7 +88,7 @@ subsection Stokes Immersed Problem # true, and to the third argument otherwise. For a full overview of # possible expressions accepted see the documentation of the muparser # library at http://muparser.beltoforion.de/. - # + # # If the function you are describing represents a vector-valued function # with multiple components, then separate the expressions for individual # components by a semicolon. @@ -132,12 +132,12 @@ subsection Stokes Immersed Problem # that describes the function, rather than having to use its numeric value # everywhere the constant appears. These values can be defined using this # parameter, in the form `var1=value1, var2=value2, ...'. - # + # # A typical example would be to set this runtime parameter to # `pi=3.1415926536' and then use `pi' in the expression of the actual # formula. (That said, for convenience this class actually defines both # `pi' and `Pi' by default, but you get the idea.) - set Function constants = + set Function constants = # The formula that denotes the function you want to evaluate for # particular values of the independent variables. This expression may @@ -148,7 +148,7 @@ subsection Stokes Immersed Problem # true, and to the third argument otherwise. For a full overview of # possible expressions accepted see the documentation of the muparser # library at http://muparser.beltoforion.de/. - # + # # If the function you are describing represents a vector-valued function # with multiple components, then separate the expressions for individual # components by a semicolon. @@ -192,7 +192,7 @@ subsection Stokes Immersed Problem set Velocity degree = 2 set Viscosity = 1 subsection Angular velocity - set Function constants = + set Function constants = set Function expression = t < .500001 ? 6.283185 : -6.283185 set Variable names = x,y,t end @@ -214,7 +214,7 @@ subsection Stokes Immersed Problem set Refinement strategy = fixed_fraction end subsection Right hand side - set Function constants = + set Function constants = set Function expression = 0; 0; 0 set Variable names = x,y,t end