]> https://gitweb.dealii.org/ - dealii.git/commitdiff
use integral notation instead of inner product
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 27 Feb 2013 14:57:35 +0000 (14:57 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 27 Feb 2013 14:57:35 +0000 (14:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@28612 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/integrators/laplace.h

index 9ee3fa2316f81dd455f1d7d2c696ed68b27dc087..7a0c003eba2a4dbe8dd581cbd0dbe6d3de6854ff 100644 (file)
@@ -73,7 +73,7 @@ namespace LocalIntegrators
      * Laplacian residual operator in weak form
      *
      * \f[
-     * -(\nabla u, \nabla v)
+     * \int_Z \nu \nabla u \cdot \nabla v \, dx.
      * \f]
      */
     template <int dim>
@@ -102,7 +102,7 @@ namespace LocalIntegrators
      * Vector-valued Laplacian residual operator in weak form
      *
      * \f[
-     * -(\nabla u, \nabla v)
+     * \int_Z \nu \nabla u : \nabla v \, dx.
      * \f]
      */
     template <int dim>

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.