]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix documentation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Jun 2006 17:18:58 +0000 (17:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Jun 2006 17:18:58 +0000 (17:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@13206 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function.h

index 9dead166ac10e11d9c966e7add6ac885c367c13f..bde574437835870f6c313b236ea17b69d2a3d990 100644 (file)
@@ -202,11 +202,6 @@ class Function : public FunctionTime,
                                      * vector-valued function at a
                                      * given point.
                                      *
-                                     * Be default, this function
-                                     * repeatedly calls value() for
-                                     * each component separately, to
-                                     * fill the output array.
-                                     *
                                      * <tt>values</tt> shall have the right
                                      * size beforehand,
                                      * i.e. #n_components.
@@ -222,6 +217,11 @@ class Function : public FunctionTime,
                                      * that <tt>values</tt> already has the
                                      * right size, i.e.  the same
                                      * size as the <tt>points</tt> array.
+                                     *
+                                     * Be default, this function
+                                     * repeatedly calls value() for
+                                     * each point separately, to
+                                     * fill the output array.
                                      */
     virtual void value_list (const std::vector<Point<dim> > &points,
                             std::vector<double>            &values,
@@ -237,6 +237,11 @@ class Function : public FunctionTime,
                                      * all elements be vectors with
                                      * the same number of components
                                      * as this function has.
+                                     *
+                                     * Be default, this function
+                                     * repeatedly calls vector_value() for
+                                     * each point separately, to
+                                     * fill the output array.
                                      */
     virtual void vector_value_list (const std::vector<Point<dim> > &points,
                                    std::vector<Vector<double> >   &values) const;

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.