]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work in the changes of Preconditioning into the PreconditionSelector class
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Jun 2000 14:56:02 +0000 (14:56 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 26 Jun 2000 14:56:02 +0000 (14:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@3076 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/precondition_selector.h

index 81167f6e429aaca9db48c2234ef154d623604b99..cec7dad356a91848bf902b47850966f400f25c8c 100644 (file)
@@ -110,7 +110,7 @@ class PreconditionSelector
                                      * preconditioning that was specified in
                                      * the constructor.
                                      */    
-    virtual void operator() (Vector &dst, const Vector &src) const;
+    virtual void vmult (Vector &dst, const Vector&src) const;
 
                                     /**
                                      * Get the names of all implemented
@@ -174,8 +174,8 @@ void PreconditionSelector<Matrix,Vector>::use_matrix(const Matrix &M)
 }
 
 template <class Matrix, class Vector>
-void PreconditionSelector<Matrix,Vector>::operator() (Vector &dst,
-                                                     const Vector &src) const
+void PreconditionSelector<Matrix,Vector>::vmult (Vector &dst,
+                                                const Vector &src) const
 {
   if (preconditioning=="none")
     {

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.