]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
implement vector data for residuals
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Feb 2007 20:49:06 +0000 (20:49 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Feb 2007 20:49:06 +0000 (20:49 +0000)
remove superfluous arguments to local residuals

git-svn-id: https://svn.dealii.org/trunk@14421 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h

index addb01b923b6affd47edbc3d1e703924ad4ce4bc..bc94dbd71f995f5f9e78c31e02eee102a1bd45ba 100644 (file)
@@ -713,6 +713,17 @@ class FEValuesBase : protected FEValuesData<dim>,
                                      * corresponding to a whole
                                      * discretization.
                                      *
+                                     * The vector <tt>indices</tt>
+                                     * corresponds to the degrees of
+                                     * freedom on a single cell. Its
+                                     * length may even be a multiple
+                                     * of the number of dofs per
+                                     * cell. Then, the vectors in
+                                     * <tt>value</tt> should allow
+                                     * for the same multiple of the
+                                     * components of the finite
+                                     * element.
+                                     *
                                      * You may want to use this
                                      * function, if you want to
                                      * access just a single block
@@ -739,10 +750,12 @@ class FEValuesBase : protected FEValuesData<dim>,
                                      * corresponding to a whole
                                      * discretization.
                                      *
-                                     * The length of the vector
-                                     * <tt>indices</tt> may even be a
-                                     * multiple of the number of dofs
-                                     * per cell. Then, the vectors in
+                                     * The vector <tt>indices</tt>
+                                     * corresponds to the degrees of
+                                     * freedom on a single cell. Its
+                                     * length may even be a multiple
+                                     * of the number of dofs per
+                                     * cell. Then, the vectors in
                                      * <tt>value</tt> should allow
                                      * for the same multiple of the
                                      * components of the finite
@@ -781,10 +794,12 @@ class FEValuesBase : protected FEValuesData<dim>,
                                      * corresponding to a whole
                                      * discretization.
                                      *
-                                     * The length of the vector
-                                     * <tt>indices</tt> may even be a
-                                     * multiple of the number of dofs
-                                     * per cell. Then, the vectors in
+                                     * The vector <tt>indices</tt>
+                                     * corresponds to the degrees of
+                                     * freedom on a single cell. Its
+                                     * length may even be a multiple
+                                     * of the number of dofs per
+                                     * cell. Then, the vectors in
                                      * <tt>value</tt> should allow
                                      * for the same multiple of the
                                      * components of the finite

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.