]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Warnings in interpolate
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Sep 2005 09:34:11 +0000 (09:34 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 Sep 2005 09:34:11 +0000 (09:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@11415 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 817f1f9178b860178ee58296f6b81ae854738577..7501ada21a46cb31e888ec9e77fe72a42e432b36 100644 (file)
@@ -1128,6 +1128,12 @@ class FiniteElement : public Subscriptor,
                                      * just the values in the suport
                                      * points. All other elements
                                      * must reimplement it.
+                                     *
+                                     * @warning This function will
+                                     * only be available in future
+                                     * versions. Right now, is
+                                     * implemented for a few elements
+                                     * and not tested.
                                      */
     virtual void interpolate(std::vector<double>&       local_dofs,
                             const std::vector<double>& values) const;
@@ -1145,6 +1151,12 @@ class FiniteElement : public Subscriptor,
                                      * interpolated. Maybe consider
                                      * changing your data structures
                                      * to use the next function.
+                                     *
+                                     * @warning This function will
+                                     * only be available in future
+                                     * versions. Right now, is
+                                     * implemented for a few elements
+                                     * and not tested.
                                      */
     virtual void interpolate(std::vector<double>&                local_dofs,
                             const std::vector<Vector<double> >& values,
@@ -1154,6 +1166,12 @@ class FiniteElement : public Subscriptor,
                                      * Interpolate a set of vector
                                      * values, computed in the
                                      * generalized support points.
+                                     *
+                                     * @warning This function will
+                                     * only be available in future
+                                     * versions. Right now, is
+                                     * implemented for a few elements
+                                     * and not tested.
                                      */
     virtual void interpolate(
       std::vector<double>& local_dofs,

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.