]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve the formatting of a formula in a .h file.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 5 May 2020 21:34:13 +0000 (15:34 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 6 May 2020 22:20:11 +0000 (16:20 -0600)
This doesn't change the output, just whether or not it's readable in the
source file. It isn't right now :-)

include/deal.II/numerics/error_estimator.h

index a5d9bc0291b5f74b53b5ae509cd71fecd67d0b7e..786be94d54cba91d0241755b076be9192d643de4 100644 (file)
@@ -82,15 +82,20 @@ namespace hp
  *
  * <h3>Implementation</h3>
  *
- * In principle, the implementation of the error estimation is simple: let \f[
- * \eta_K^2 = \sum_{F\in\partial K} c_F \int_{\partial K_F} \left[a
- * \frac{\partial u_h}{\partial n}\right]^2 do \f] be the error estimator for
+ * In principle, the implementation of the error estimation is simple: let
+ * @f[
+ *   \eta_K^2
+ *   =
+ *   \sum_{F\in\partial K}
+ *     c_F \int_{\partial K_F} \left[a \frac{\partial u_h}{\partial n}\right]^2
+ * @f]
+ * be the error estimator for
  * cell $K$. $[\cdot]$ denotes the jump of the argument at the face. In the
  * paper of Ainsworth $ c_F=\frac {h_K}{24} $, but this factor is a bit
  * esoteric, stemming from interpolation estimates and stability constants which
  * may hold for the Poisson problem, but may not hold for more general
- * situations. Alternatively, we consider the case when $ c_F=\frac {h_F}{2p_F}
- * $, where $ h_F $ is face diagonal and $ p_F=max(p^+,p^-) $ is the maximum
+ * situations. Alternatively, we consider the case when $c_F=\frac {h_F}{2p_F}$,
+ * where $h_F$ is face diagonal and $p_F=max(p^+,p^-)$ is the maximum
  * polynomial degree of adjacent elements; or $c_F=h_K$. The choice between
  * these factors is done by means of the enumerator, provided as the last
  * argument in all functions.

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.