]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix documentation 5620/head
authorPraveen C <cpraveen@gmail.com>
Thu, 14 Dec 2017 05:48:19 +0000 (11:18 +0530)
committerPraveen C <cpraveen@gmail.com>
Thu, 14 Dec 2017 05:48:19 +0000 (11:18 +0530)
In FE_RaviartThomas, the cell quadrature is wrt QGauss(k+1).

Fix some mistakes in mapping, everything on right side is wrt \hat{x}.

include/deal.II/fe/fe_raviart_thomas.h
include/deal.II/fe/mapping.h

index f44c0d8c85a7f1196363b87b6defed7e7ebfa6da..9404ae2c30584a8787d069e7bafbee9b9404521f 100644 (file)
@@ -93,7 +93,7 @@ DEAL_II_NAMESPACE_OPEN
  * quadrature rules themselves. The generalized support points are a set of
  * points such that this quadrature can be performed with sufficient accuracy.
  * The points needed are those of QGauss<sub>k+1</sub> on each face as well as
- * QGauss<sub>k</sub> in the interior of the cell (or none for
+ * QGauss<sub>k+1</sub> in the interior of the cell (or none for
  * RT<sub>0</sub>).
  *
  *
index 381b3c4558f0e12021efb916728a97ddf8a4bc9d..73dc1ac370cff7c16dfda39ab8da970c44c6947e 100644 (file)
@@ -920,8 +920,8 @@ public:
    * cell is also represented by a vector field, but again transforms
    * differently, namely by the Piola transform
    * @f[
-   *  \mathbf u(\mathbf x) = \frac{1}{\text{det}\;J(\mathbf x)}
-   * J(\mathbf x) \hat{\mathbf  u}(\mathbf x).
+   *  \mathbf u(\mathbf x) = \frac{1}{\text{det}\;J(\hat{\mathbf x})}
+   * J(\hat{\mathbf x}) \hat{\mathbf  u}(\hat{\mathbf x}).
    * @f]
    * </ul>
    *
@@ -1021,11 +1021,10 @@ public:
    * J(\hat{\mathbf  x})^{-1}.
    * @f]
    * <li> @p mapping_piola_gradient: it assumes $\mathbf u(\mathbf x) =
-   * \frac{1}{\text{det}\;J(\mathbf x)} J(\mathbf x) \hat{\mathbf  u}(\mathbf
-   * x)$ so that
+   * \frac{1}{\text{det}\;J(\hat{\mathbf x})} J(\hat{\mathbf x}) \hat{\mathbf  u}(\hat{\mathbf x})$ so that
    * @f[
    * \mathbf T(\mathbf x) =
-   * \frac{1}{\text{det}\;J(\mathbf x)}
+   * \frac{1}{\text{det}\;J(\hat{\mathbf x})}
    * J(\hat{\mathbf  x}) \hat{\mathbf  T}(\hat{\mathbf  x})
    * J(\hat{\mathbf  x})^{-1}.
    * @f]
@@ -1128,11 +1127,11 @@ public:
    * J_{jJ}(\hat{\mathbf  x})^{-1} J_{kK}(\hat{\mathbf  x})^{-1}.
    * @f]
    * <li> @p mapping_piola_hessian: it assumes $\mathbf u_i(\mathbf x) =
-   * \frac{1}{\text{det}\;J(\mathbf x)} J_{iI}(\mathbf x) \hat{\mathbf
-   * u}(\mathbf x)$ so that
+   * \frac{1}{\text{det}\;J(\hat{\mathbf x})} J_{iI}(\hat{\mathbf x}) \hat{\mathbf
+   * u}(\hat{\mathbf x})$ so that
    * @f[
    * \mathbf T_{ijk}(\mathbf x) =
-   * \frac{1}{\text{det}\;J(\mathbf x)}
+   * \frac{1}{\text{det}\;J(\hat{\mathbf x})}
    * J_{iI}(\hat{\mathbf  x}) \hat{\mathbf  T}_{IJK}(\hat{\mathbf  x})
    * J_{jJ}(\hat{\mathbf  x})^{-1} J_{kK}(\hat{\mathbf  x})^{-1}.
    * @f]

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.