]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix documentation on add_table. Fixes 9355 9367/head
authorKrishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk>
Fri, 17 Jan 2020 15:09:06 +0000 (15:09 +0000)
committerKrishnakumar Gopalakrishnan <krishna.kumar@ucl.ac.uk>
Fri, 17 Jan 2020 15:09:06 +0000 (15:09 +0000)
include/deal.II/base/convergence_table.h

index 4e154c5892650cb9c01fa20c94e0b71fcb2820f9..9514442bd9863f83c5d20c610c5d7478ca142911 100644 (file)
@@ -38,11 +38,12 @@ DEAL_II_NAMESPACE_OPEN
  * set in relation to the number of cells or the number of DoFs. The
  * implementations of these non-standard methods is left to a user.
  *
- * The number of cells and the number of DoFs may be added to the table by
- * calling e.g.  <tt>add_value("n cells", n_cells)</tt>. The table data is
- * also added by calling add_value().  Before the output of the table the
- * functions evaluate_convergence_rates() and evaluate_all_convergence_rates()
- * may be called.
+ * The number of cells may be added to the table by
+ * calling e.g.  `add_value("n cells", n_cells)`. The number of DoFs may be
+ * added to the table by calling `add_value("n dofs", n_dofs)`. Further table
+ * data is also added by calling add_value().  Before the output of the table
+ * the functions evaluate_convergence_rates() and
+ * evaluate_all_convergence_rates() may be called.
  *
  * There are two possibilities of how to evaluate the convergence rates of
  * multiple columns in the same RateMode.

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.