From: Guido Kanschat Date: Wed, 27 Feb 2013 14:57:35 +0000 (+0000) Subject: use integral notation instead of inner product X-Git-Tag: v8.0.0~1133 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecad9d94922ee5be1018bcf4987e12048f077a3;p=dealii.git use integral notation instead of inner product git-svn-id: https://svn.dealii.org/trunk@28612 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/integrators/laplace.h b/deal.II/include/deal.II/integrators/laplace.h index 9ee3fa2316..7a0c003eba 100644 --- a/deal.II/include/deal.II/integrators/laplace.h +++ b/deal.II/include/deal.II/integrators/laplace.h @@ -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 @@ -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