]> https://gitweb.dealii.org/ - dealii.git/commitdiff
WB suggestions.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 30 Apr 2019 15:51:04 +0000 (17:51 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 30 Apr 2019 15:54:46 +0000 (17:54 +0200)
Co-Authored-By: luca-heltai <luca.heltai@sissa.it>
include/deal.II/base/parsed_convergence_table.h

index a0c12ec1d66d347e258cd9641065a9558abaa693..61b3dd63292ad4c03f3eeeb1484f352cb6d62d5e 100644 (file)
@@ -153,8 +153,7 @@ public:
    * ParsedConvergenceTable table({"u", "v", "v"},
    *                              {{Linfty_norm}, {L2_norm, H1_norm}});
    * @endcode
-   *
-   * Would produce (if the parameter file is left untouched) a table similar to
+   * would produce (if the parameter file is left untouched) a table similar to
    * @code
    * cells dofs u_Linfty_norm    v_L2_norm      v_H1_norm
    * 4     9    1.183e-01 -    5.156e-02 -    2.615e-01 -
@@ -164,13 +163,13 @@ public:
    * 1024  1089 5.325e-04 2.09 2.106e-04 2.09 1.574e-02 1.05
    * @endcode
    *
-   * Se the documentation of VectorTools::NormType for a list of
+   * See the documentation of VectorTools::NormType for a list of
    * available norms you can compute using this class, and see the other
    * constructor for a documentation of all the parameters you can change.
    *
-   * @param component_names Specify the names of the components
+   * @param component_names Specify the names of the components;
    * @param list_of_error_norms Specify what error norms to compute for each
-   * unique component name
+   * unique component name.
    */
   ParsedConvergenceTable(
     const std::vector<std::string> &                    component_names = {"u"},
@@ -335,9 +334,7 @@ public:
    *   }
    * table.output_table(std::cout);
    * @endcode
-   *
    * will produce a table similar to
-   *
    * @code
    *    dt        u_L2_norm
    * 5.000e-1    5.156e-02 -
@@ -345,10 +342,8 @@ public:
    * 1.250e-2    3.360e-03 2.34
    * 6.250e-3    8.418e-04 2.18
    * @endcode
-   *
    * provided that you use the following parameter file (only non default
    * entries are shown here):
-   *
    * @code
    * set Extra columns =
    * set List of error norms to compute   = L2_norm

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.