]> https://gitweb.dealii.org/ - dealii.git/commitdiff
this is a thing for everybody!
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 27 Apr 2001 09:35:59 +0000 (09:35 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 27 Apr 2001 09:35:59 +0000 (09:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@4497 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_bicgstab.h
deal.II/lac/include/lac/solver_qmrs.h

index 9ecaee3433cf051e3b6e4cbe3eb957dd4f0783b5..a64e5e49520844779e3c166933d5bf88afccf8c5 100644 (file)
@@ -309,7 +309,7 @@ SolverBicgstab<VECTOR>::iterate(const MATRIX& A,
 
       alpha = rho/rhobar;
 
-//TODO:[GK] Find better breakdown criterion
+//TODO:[?] Find better breakdown criterion
 
       if (fabs(alpha) > 1.e10)
        return true;
index dac847778b089a05c493307a21a1fbb03cf6c663..b4c8788594c98341f437628a91fc561fb763ee6c 100644 (file)
@@ -332,7 +332,7 @@ while (state == SolverControl::iterate)
                                       // Step 2
       sigma = q*t;
       
-//TODO:[GK] Find a really good breakdown criterion. The absolute one detects breakdown instead of convergence
+//TODO:[?] Find a really good breakdown criterion. The absolute one detects breakdown instead of convergence
       if (fabs(sigma/rho) < additional_data.breakdown)
        return true;
                                       // Step 3

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.