From 17b9514ee6e6dcdd4f168df90190da1a6f96832b Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 27 Feb 2013 14:57:35 +0000 Subject: [PATCH] use integral notation instead of inner product git-svn-id: https://svn.dealii.org/trunk@28612 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/integrators/laplace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5