]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix documentation
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2012 17:50:52 +0000 (17:50 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Mar 2012 17:50:52 +0000 (17:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@25319 0785d39b-7218-0410-832d-ea1e28bc413d

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

index b252e1aff08bb2393173c0060e02468f22d90808..e8f7e953030cc02c72ae23ec09f685ef9468b39f 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011 by the deal.II authors
+//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -35,7 +35,7 @@ namespace LocalIntegrators
   namespace Divergence
   {
 /**
- * Auxiliary function. Computes the grad-dic-operator from a set of
+ * Auxiliary function. Computes the grad-div-operator from a set of
  * Hessians.
  *
  * @note The third tensor argument is not used in two dimensions and
@@ -63,11 +63,14 @@ namespace LocalIntegrators
     
     
 /**
- * Cell matrix for divergence. The derivative is on the trial function.
- *
+ * Cell matrix for divergence. The derivative is on the trial
+ * function.
  * \f[
  * \int_Z v\nabla \cdot \mathbf u \,dx
  * \f]
+ * This is the strong divergence operator and the trial
+ * space should be at least <b>H</b><sup>div</sup>. The test functions
+ * may be discontinuous.
  */
     template <int dim>
     void cell_matrix (
@@ -100,11 +103,14 @@ namespace LocalIntegrators
        }
     }
 /**
- * Cell matrix for divergence. The derivative is on the test function.
- *
+ * Cell matrix for gradient. The derivative is on the trial
+ * function.
  * \f[
  * \int_Z \nabla u \cdot \mathbf v\,dx
  * \f]
+ * This is the strong gradient and the trial space
+ * should be at least in <i>H</i><sup>1</sup>. The test functions can
+ * be discontinuous.
  */
     template <int dim>
     void gradient_matrix(

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.