]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix references to PETSc.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Oct 2008 03:41:35 +0000 (03:41 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Oct 2008 03:41:35 +0000 (03:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@17317 0785d39b-7218-0410-832d-ea1e28bc413d

17 files changed:
tests/trilinos/deal_solver_01.cc
tests/trilinos/deal_solver_02.cc
tests/trilinos/deal_solver_03.cc
tests/trilinos/deal_solver_04.cc
tests/trilinos/deal_solver_05.cc
tests/trilinos/deal_solver_06.cc
tests/trilinos/solver_01.cc
tests/trilinos/solver_02.cc
tests/trilinos/solver_03.cc
tests/trilinos/solver_04.cc
tests/trilinos/solver_05.cc
tests/trilinos/solver_06.cc
tests/trilinos/solver_07.cc
tests/trilinos/solver_08.cc
tests/trilinos/solver_09.cc
tests/trilinos/solver_10.cc
tests/trilinos/solver_11.cc

index c526b0c6690307ec110664711c9e2da5cf87461b..4469d40e5e3a97f4782ea6690c72845c3645ea71 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_deal_solver_01.cc  ---------------------------
 
-// test the CG solver using the PETSc matrix and vector classes
+// test the CG solver using the Trilinos matrix and vector classes
 
 
 #include "../tests.h"
index 9210e63c0a16e348dd05e0ac3b9c784e818402f9..0fd4d5d9fbcb51d1902ed1c01fe514c2880af50c 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_deal_solver_02.cc  ---------------------------
 
-// test the BiCGStab solver using the PETSc matrix and vector classes
+// test the BiCGStab solver using the Trilinos matrix and vector classes
 
 
 
index 40e139fee129dba4ce756064be9bccbb1f1a1a83..73c626761bda03164691f2f58b74f17f33298c16 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_deal_solver_03.cc  ---------------------------
 
-// test the GMRES solver using the PETSc matrix and vector classes
+// test the GMRES solver using the Trilinos matrix and vector classes
 
 
 
index 1e18bc7736dcb410082e3278a69e7e16280ef8a1..651101cbeff4865338116c932a019256b7d6ecef 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_deal_solver_04.cc  ---------------------------
 
-// test the MINRES solver using the PETSc matrix and vector classes
+// test the MINRES solver using the Trilinos matrix and vector classes
 
 
 #include "../tests.h"
index 0eed3071f544bf1e804acba5934093c5a4fae3a6..204530fb417d437b6e7064fb1fdd339cbc5fd877 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_deal_solver_05.cc  ---------------------------
 
-// test the QMRS solver using the PETSc matrix and vector classes
+// test the QMRS solver using the Trilinos matrix and vector classes
 
 
 #include "../tests.h"
index a62e58e88fee35bd79e32c507cb7fd50ecb6c50c..dd742d9dc6526750669c1a87fc4f35f5db02bbbf 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_deal_solver_06.cc  ---------------------------
 
-// test the Richardson solver using the PETSc matrix and vector classes
+// test the Richardson solver using the Trilinos matrix and vector classes
 
 
 #include "../tests.h"
index f0724e353d28e79ec56db72b6b6ecb2a0ddd9e49..22e1ed7c5b9125fa19ddb75f7d305810d0b7b583 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_01.cc  ---------------------------
 
-// test the PETSc Richardson solver
+// test the Trilinos Richardson solver
 
 
 #include "../tests.h"
index b678fd5e99175bbd5346c30669bc4e7f525855e7..613d89aea6e9d22ff6349bba0a14d748461ea19a 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_02.cc  ---------------------------
 
-// test the PETSc Chebychev solver
+// test the Trilinos Chebychev solver
 
 
 #include "../tests.h"
index 6e419f67704e1f9607a3352029ea01cc7db9932f..f4e135edde03a1a65bc3cd81636783dee0422b79 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_03.cc  ---------------------------
 
-// test the PETSc CG solver
+// test the Trilinos CG solver
 
 
 #include "../tests.h"
index c377d943424635ea37e00c4f6aa7a89d1ce0121b..04b965a56b9605ec88672f11a8f583ca7d7e2724 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_04.cc  ---------------------------
 
-// test the PETSc BiCG solver
+// test the Trilinos BiCG solver
 
 
 #include "../tests.h"
index c3d07a6d0026983b69f8faab32f528d6fc66a78d..c97a80a672178fa347c03077021345e90b4ca5ac 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_05.cc  ---------------------------
 
-// test the PETSc GMRES solver
+// test the Trilinos GMRES solver
 
 
 #include "../tests.h"
index 7344192380482b69c6157aa1eade1f3eb0aa9d42..570093ebda1933987838d9da4287c644758df312 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_06.cc  ---------------------------
 
-// test the PETSc Bicgstab solver
+// test the Trilinos Bicgstab solver
 
 
 #include "../tests.h"
index 700084698532b03db0ea5fe23e6394e77ebeb9ca..0a89e3e4a68c99338663edca0920222713ef346d 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_07.cc  ---------------------------
 
-// test the PETSc CGS solver
+// test the Trilinos CGS solver
 
 
 #include "../tests.h"
index d9cde1dff12b42a9af45e3038f00886c1453a04e..fbb2adf667ad174170c5271d4a412aa2e918c734 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_08.cc  ---------------------------
 
-// test the PETSc TFQMR solver
+// test the Trilinos TFQMR solver
 
 
 #include "../tests.h"
index dabaad59ac9d54db80b062ce3a997f10e26ae3b8..b4e47661d21789b2c83bf22321ca4ada1309274b 100644 (file)
@@ -11,9 +11,9 @@
 //
 //----------------------------  trilinos_solver_09.cc  ---------------------------
 
-// test the PETSc TCQMR solver
+// test the Trilinos TCQMR solver
 //
-// note that this test fails on PETSc 2.1.6 due to a bug in the TCQMR
+// note that this test fails on Trilinos 2.1.6 due to a bug in the TCQMR
 // implementation. this is reported and should be fixed soonish
 
 
index f6f6740a4c998ee60049d12edbb6d3ba43a86b26..66d59cf2dcff267faa056b7223bedf1851daafbe 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_10.cc  ---------------------------
 
-// test the PETSc CR solver
+// test the Trilinos CR solver
 
 
 #include "../tests.h"
index a2b70c16ae62223528a445dcce8296ded851bccb..46cc98200b74c185337507dc433190eba87c1cff 100644 (file)
@@ -11,7 +11,7 @@
 //
 //----------------------------  trilinos_solver_11.cc  ---------------------------
 
-// test the PETSc LSQR solver
+// test the Trilinos LSQR solver
 
 
 #include "../tests.h"

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.