]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
doc
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 17:47:31 +0000 (17:47 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Aug 2012 17:47:31 +0000 (17:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@25834 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/integrators/divergence.h

index 70128a4f92f7338bc88cf1616ff7139332236cb5..f618520acc6054756be0dc8d9292ded0d89b24ae 100644 (file)
@@ -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<int dim>
     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<int dim>
@@ -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

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.