]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
improve documentation
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Dec 2013 21:03:24 +0000 (21:03 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Dec 2013 21:03:24 +0000 (21:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@31887 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/function_parser.h
deal.II/include/deal.II/base/parsed_function.h

index 0fff67c271a451f1ca59da08c06657fe4772a891..77858606fcb35d9de535ca6b4001f0221bd207d2 100644 (file)
@@ -508,8 +508,8 @@ public:
 
   /**
    * Return all components of a
-   * vector-valued function at a
-   * given point.
+   * vector-valued function at the
+   * given point @p p.
    *
    * <tt>values</tt> shall have the
    * right size beforehand,
index 408ec9ae178f59ab07e78c9cc548e49e95b55bfe..90a3202b50d36a56e936b07b6b48807acae8e167 100644 (file)
@@ -221,8 +221,9 @@ namespace Functions
     void parse_parameters(ParameterHandler &prm);
 
     /**
-     * Get one value at the given
-     * point.
+     * Return all components of a
+     * vector-valued function at the
+     * given point @p p.
      */
     virtual void vector_value (const Point<dim> &p,
                                Vector<double>   &values) const;
@@ -258,7 +259,7 @@ namespace Functions
      * The object with which we do
      * computations.
      */
-    FunctionParser<dim> function_object;
+    FunctionParse<dim> function_object;
   };
 }
 

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.