]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc fixes.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 4 May 2001 12:53:49 +0000 (12:53 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 4 May 2001 12:53:49 +0000 (12:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@4542 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/function_derivative.h

index 08be9f8bc332024e1e609c0a8d1b8f37be20fc3c..d6fe25eb7065e4386842832724265205d7d6bd15 100644 (file)
@@ -49,7 +49,7 @@ class FunctionDerivative : public Function<dim>
 
                                     /**
                                      * Constructor. Provided are the
-                                     * function to compute
+                                     * functions to compute
                                      * derivatives of, the direction
                                      * vector of the differentiation
                                      * and the step size @p{h} of the
@@ -61,7 +61,7 @@ class FunctionDerivative : public Function<dim>
     
                                     /**
                                      * Constructor. Provided are the
-                                     * function to compute
+                                     * functions to compute
                                      * derivatives of and the
                                      * direction vector of the
                                      * differentiation in each
@@ -90,9 +90,10 @@ class FunctionDerivative : public Function<dim>
                                      *
                                      * Formulas implemented right now
                                      * are first order backward Euler
-                                     * (@p{UpwindEuler}), second order
-                                     * symmetric Euler (@p{Euler}) and
-                                     * a symmetric fourth order formula
+                                     * (@p{UpwindEuler}), second
+                                     * order symmetric Euler
+                                     * (@p{Euler}) and a symmetric
+                                     * fourth order formula
                                      * (@p{FourthOrder}).
                                      */
     void set_formula (DifferenceFormula formula = Euler);
@@ -104,7 +105,8 @@ class FunctionDerivative : public Function<dim>
                          const unsigned int  component = 0) const;
     
                                     /**
-                                     * Function values at multiple points.
+                                     * Function values at multiple
+                                     * points.
                                      */
     virtual void value_list (const typename std::vector<Point<dim> > &points,
                             std::vector<double>                     &values,
@@ -127,8 +129,12 @@ class FunctionDerivative : public Function<dim>
                                      * value.
                                      */
     unsigned int memory_consumption () const;
-    
+
+                                    /**
+                                     * Exception.
+                                     */
     DeclException0(ExcInvalidFormula);
+    
   private:
                                     /**
                                      * Function for differentiation.
@@ -136,7 +142,8 @@ class FunctionDerivative : public Function<dim>
     const Function<dim>& f;
 
                                     /**
-                                     * Step size of the difference formula.
+                                     * Step size of the difference
+                                     * formula.
                                      */
     double h;
                                     /**

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.