From: kanschat Date: Thu, 9 Aug 2012 17:47:31 +0000 (+0000) Subject: doc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e1150588a75de6862ffd95ab636180dec9180f;p=dealii-svn.git doc git-svn-id: https://svn.dealii.org/trunk@25834 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/integrators/divergence.h b/deal.II/include/deal.II/integrators/divergence.h index 70128a4f92..f618520acc 100644 --- a/deal.II/include/deal.II/integrators/divergence.h +++ b/deal.II/include/deal.II/integrators/divergence.h @@ -212,14 +212,10 @@ namespace LocalIntegrators } /** - * The trace of the divergence - * operator, namely the product - * of the normal component of the - * vector valued trial space and - * the test space. - * @f[ - * \int_F (\mathbf u\cdot \mathbf n) v \,ds - * @f] + * The trace of the divergence operator, namely the product of the + * normal component of the vector valued trial space and the test + * space. + * @f[ \int_F (\mathbf u\cdot \mathbf n) v \,ds @f] */ template void @@ -256,7 +252,7 @@ namespace LocalIntegrators * vector valued trial space and * the test space. * @f[ - * \int_F (\mathbf f\cdot \mathbf n) v \,ds + * \int_F (\mathbf u\cdot \mathbf n) v \,ds * @f] */ template @@ -285,6 +281,7 @@ namespace LocalIntegrators result(i) += ndx[d] * fetest.shape_value(i,k) * data[d][k]; } } + /** * The trace of the divergence * operator, namely the product