]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove vmult_add and Tvmult_add from SparseDirectUMFPACK
authorMatthias Maier <matthias.maier@iwr.uni-heidelberg.de>
Fri, 10 Apr 2015 15:48:38 +0000 (17:48 +0200)
committerMatthias Maier <tamiko@43-1.org>
Sat, 11 Apr 2015 09:25:17 +0000 (11:25 +0200)
include/deal.II/lac/sparse_direct.h
source/lac/sparse_direct.cc

index c5c06694933646590b6e0c250575bae22f21190a..1f455e0215295ad4a0b14d3cadceeec048d44c3a 100644 (file)
@@ -185,20 +185,6 @@ public:
   void Tvmult (BlockVector<double> &dst,
                const BlockVector<double> &src) const;
 
-  /**
-   * Same as vmult(), but adding to the result to @p dst instead of
-   * overwriting the previous contents of the vector.
-   */
-  void vmult_add (Vector<double> &dst,
-                  const Vector<double> &src) const;
-
-  /**
-   * Same as before, but uses the transpose of the matrix, i.e. this function
-   * multiplies with $A^{-T}$.
-   */
-  void Tvmult_add (Vector<double> &dst,
-                   const Vector<double> &src) const;
-
   /**
    * @}
    */
index fa68f5e210f22bbe18af9a9e645a1ff3dcdcd182..18a9ddf8134530ecb7cab71991506223f0625c2f 100644 (file)
@@ -469,25 +469,6 @@ SparseDirectUMFPACK::Tvmult (
 }
 
 
-void
-SparseDirectUMFPACK::vmult_add (
-  Vector<double> &,
-  const Vector<double> &) const
-{
-  Assert(false, ExcNotImplemented());
-}
-
-
-void
-SparseDirectUMFPACK::Tvmult_add (
-  Vector<double> &,
-  const Vector<double> &) const
-{
-  Assert(false, ExcNotImplemented());
-}
-
-
-
 // explicit instantiations for SparseMatrixUMFPACK
 #define InstantiateUMFPACK(MATRIX)                        \
   template                                                \

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.