]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Documentation typos fixed in theta_timestepping.h and newton.h 8611/head
authorReza Rastak <rastak@stanford.edu>
Wed, 21 Aug 2019 06:39:07 +0000 (23:39 -0700)
committerReza Rastak <rastak@stanford.edu>
Wed, 21 Aug 2019 06:47:14 +0000 (23:47 -0700)
include/deal.II/algorithms/newton.h
include/deal.II/algorithms/theta_timestepping.h

index 0958fbe3bd7ddafcbf5384f5e1ca131b6c43bc7b..edc6a7e6128565afc70a18b8b224a01973073874 100644 (file)
@@ -147,7 +147,7 @@ namespace Algorithms
      * A flag used to decide how many stepsize iteration should be made.
      * Default is the original value of 21.
      *
-     * Enter zero here to turn of stepsize control.
+     * Enter zero here to turn off stepsize control.
      *
      * @note Controlled by <tt>Stepsize iterations</tt> in parameter file
      */
index e440b3c3230b97554030693765551abc7f987bbc..30ab9d0c81a362b381db332b5d320d0c9f659dee 100644 (file)
@@ -134,14 +134,16 @@ namespace Algorithms
    * use a SmartPointer here, since the TimestepData will be destroyed before
    * the operator.
    *
-   * @skip class Explicit @until End of declarations
+   * @skip class Explicit
+   * @until End of declarations
    *
    * These operators will be implemented after the main program. But let us
    * look first at how they get used. First, let us define a matrix to be used
    * for our system and also an OutputOperator in order to write the data of
    * each timestep to a file.
    *
-   * @skipline main @until out.initialize
+   * @skipline main
+   * @until out.initialize
    *
    * Now we create objects for the implicit and explicit parts of the steps as
    * well as the ThetaTimestepping itself. We initialize the timestepping with
@@ -163,10 +165,13 @@ namespace Algorithms
    *
    * @until }
    *
+   * Besides the main function, we need to define the members functions
+   * of the implicit and explicit operators.
    * First the constructor, which simply copies the system matrix into the
    * member pointer for later use.
    *
-   * @skip Explicit:: @until }
+   * @skip Explicit::
+   * @until }
    *
    * Now we need to study the application of the implicit and explicit
    * operator. We assume that the pointer <code>matrix</code> points to the
@@ -178,15 +183,19 @@ namespace Algorithms
    * off the notifications, we clear them, such that the matrix is only
    * generated when necessary.
    *
-   * @skipline void @until clear
+   * @skipline void
+   * @until clear
    *
    * Now we multiply the input vector with the new matrix and store on output.
    *
-   * @until } The code for the implicit operator is almost the same, except
-   * that we change the sign in front of the timestep and use the inverse of t
-   * he matrix.
+   * @until }
+   *
+   * The code for the implicit operator is almost the same, except
+   * that we change the sign in front of the timestep and use the inverse of
+   * the matrix.
    *
-   * @until vmult @until }
+   * @until vmult
+   * @until }
    * @author Guido Kanschat
    * @date 2010
    */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.