]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove the Tvmult function. In fact, there was no such function
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Feb 2013 23:58:34 +0000 (23:58 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Feb 2013 23:58:34 +0000 (23:58 +0000)
anyway: Its declaration and implementation had been commented out all
along. We can always re-add if anyone finds a need for it.

git-svn-id: https://svn.dealii.org/trunk@28497 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/iterative_inverse.h

index 4104a547a8ed79136be68de1d193f6920bea022b..3e1e5af96dec55d754d331af71a45c6581779eee 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -96,13 +96,6 @@ public:
    */
   void vmult (VECTOR &dst, const VECTOR &src) const;
 
-  /**
-   * Solve the transposed system
-   * for right hand side
-   * <tt>src</tt>.
-   */
-//    void Tvmult (VECTOR& dst, const VECTOR& src) const;
-
   /**
    * The solver, which allows
    * selection of the actual solver
@@ -166,14 +159,6 @@ IterativeInverse<VECTOR>::vmult (VECTOR &dst, const VECTOR &src) const
 }
 
 
-// template <class VECTOR>
-// inline void
-// IterativeInverse<VECTOR>::Tvmult (VECTOR& dst, const VECTOR& src) const
-// {
-//   TransposeMatrix<
-//   solver.solve(*matrix, dst, src, *preconditioner);
-// }
-
 
 DEAL_II_NAMESPACE_CLOSE
 

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.