]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert deprecation of Vector::add(scalar).
authorDavid Wells <wellsd2@rpi.edu>
Wed, 18 Nov 2015 16:52:04 +0000 (11:52 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 18 Nov 2015 16:52:04 +0000 (11:52 -0500)
This commit partially reverts commit
a45f633f0fc797a499559887d2b5d6be6bf1a508. The un-deprecated functions
were found to be useful an Aspect application, where one subtracted the
mean value from a vector of pressure values.

include/deal.II/lac/parallel_vector.h
include/deal.II/lac/petsc_vector_base.h
include/deal.II/lac/trilinos_vector_base.h
include/deal.II/lac/vector.h

index bb3e96d7056f3b98035c678d40df50a5b6acc9a4..b00d3b1c76ef3902efd6c2249344a4b3904c1895 100644 (file)
@@ -821,7 +821,7 @@ namespace parallel
        * Addition of @p s to all components. Note that @p s is a scalar and
        * not a vector.
        */
-      void add (const Number s) DEAL_II_DEPRECATED;
+      void add (const Number s);
 
       /**
        * Simple vector addition, equal to the <tt>operator +=</tt>.
index 508fb50ee5b95f8979e116fce5009a7016dab3f5..42ef242a9a989144bb95784d01aa97a043057593 100644 (file)
@@ -609,7 +609,7 @@ namespace PETScWrappers
      * Addition of @p s to all components. Note that @p s is a scalar and not
      * a vector.
      */
-    void add (const PetscScalar s) DEAL_II_DEPRECATED;
+    void add (const PetscScalar s);
 
     /**
      * Simple vector addition, equal to the <tt>operator +=</tt>.
index 415af999d90a382159ccb5e396e4f4d49ddd2365..e2722eb9d97424d292c70a805f931ef62d58185f 100644 (file)
@@ -690,7 +690,7 @@ namespace TrilinosWrappers
      * Addition of @p s to all components. Note that @p s is a scalar and not
      * a vector.
      */
-    void add (const TrilinosScalar s) DEAL_II_DEPRECATED;
+    void add (const TrilinosScalar s);
 
     /**
      * Simple vector addition, equal to the <tt>operator +=</tt>.
index bb613e215170bca6934f68bdfd06c6f30a42df21..0f0a592a8beef5c6fb37b019a33756ad169b0f12 100644 (file)
@@ -660,7 +660,7 @@ public:
    *
    * @dealiiOperationIsMultithreaded
    */
-  void add (const Number s) DEAL_II_DEPRECATED;
+  void add (const Number s);
 
   /**
    * Simple vector addition, equal to the <tt>operator +=</tt>.

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.