From 73d834078a27cd04da4474238477e66b9afcd8fd Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 23 Oct 2008 03:41:35 +0000 Subject: [PATCH] Fix references to PETSc. git-svn-id: https://svn.dealii.org/trunk@17317 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/trilinos/deal_solver_01.cc | 2 +- tests/trilinos/deal_solver_02.cc | 2 +- tests/trilinos/deal_solver_03.cc | 2 +- tests/trilinos/deal_solver_04.cc | 2 +- tests/trilinos/deal_solver_05.cc | 2 +- tests/trilinos/deal_solver_06.cc | 2 +- tests/trilinos/solver_01.cc | 2 +- tests/trilinos/solver_02.cc | 2 +- tests/trilinos/solver_03.cc | 2 +- tests/trilinos/solver_04.cc | 2 +- tests/trilinos/solver_05.cc | 2 +- tests/trilinos/solver_06.cc | 2 +- tests/trilinos/solver_07.cc | 2 +- tests/trilinos/solver_08.cc | 2 +- tests/trilinos/solver_09.cc | 4 ++-- tests/trilinos/solver_10.cc | 2 +- tests/trilinos/solver_11.cc | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/tests/trilinos/deal_solver_01.cc b/tests/trilinos/deal_solver_01.cc index c526b0c669..4469d40e5e 100644 --- a/tests/trilinos/deal_solver_01.cc +++ b/tests/trilinos/deal_solver_01.cc @@ -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" diff --git a/tests/trilinos/deal_solver_02.cc b/tests/trilinos/deal_solver_02.cc index 9210e63c0a..0fd4d5d9fb 100644 --- a/tests/trilinos/deal_solver_02.cc +++ b/tests/trilinos/deal_solver_02.cc @@ -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 diff --git a/tests/trilinos/deal_solver_03.cc b/tests/trilinos/deal_solver_03.cc index 40e139fee1..73c626761b 100644 --- a/tests/trilinos/deal_solver_03.cc +++ b/tests/trilinos/deal_solver_03.cc @@ -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 diff --git a/tests/trilinos/deal_solver_04.cc b/tests/trilinos/deal_solver_04.cc index 1e18bc7736..651101cbef 100644 --- a/tests/trilinos/deal_solver_04.cc +++ b/tests/trilinos/deal_solver_04.cc @@ -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" diff --git a/tests/trilinos/deal_solver_05.cc b/tests/trilinos/deal_solver_05.cc index 0eed3071f5..204530fb41 100644 --- a/tests/trilinos/deal_solver_05.cc +++ b/tests/trilinos/deal_solver_05.cc @@ -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" diff --git a/tests/trilinos/deal_solver_06.cc b/tests/trilinos/deal_solver_06.cc index a62e58e88f..dd742d9dc6 100644 --- a/tests/trilinos/deal_solver_06.cc +++ b/tests/trilinos/deal_solver_06.cc @@ -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" diff --git a/tests/trilinos/solver_01.cc b/tests/trilinos/solver_01.cc index f0724e353d..22e1ed7c5b 100644 --- a/tests/trilinos/solver_01.cc +++ b/tests/trilinos/solver_01.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_01.cc --------------------------- -// test the PETSc Richardson solver +// test the Trilinos Richardson solver #include "../tests.h" diff --git a/tests/trilinos/solver_02.cc b/tests/trilinos/solver_02.cc index b678fd5e99..613d89aea6 100644 --- a/tests/trilinos/solver_02.cc +++ b/tests/trilinos/solver_02.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_02.cc --------------------------- -// test the PETSc Chebychev solver +// test the Trilinos Chebychev solver #include "../tests.h" diff --git a/tests/trilinos/solver_03.cc b/tests/trilinos/solver_03.cc index 6e419f6770..f4e135edde 100644 --- a/tests/trilinos/solver_03.cc +++ b/tests/trilinos/solver_03.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_03.cc --------------------------- -// test the PETSc CG solver +// test the Trilinos CG solver #include "../tests.h" diff --git a/tests/trilinos/solver_04.cc b/tests/trilinos/solver_04.cc index c377d94342..04b965a56b 100644 --- a/tests/trilinos/solver_04.cc +++ b/tests/trilinos/solver_04.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_04.cc --------------------------- -// test the PETSc BiCG solver +// test the Trilinos BiCG solver #include "../tests.h" diff --git a/tests/trilinos/solver_05.cc b/tests/trilinos/solver_05.cc index c3d07a6d00..c97a80a672 100644 --- a/tests/trilinos/solver_05.cc +++ b/tests/trilinos/solver_05.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_05.cc --------------------------- -// test the PETSc GMRES solver +// test the Trilinos GMRES solver #include "../tests.h" diff --git a/tests/trilinos/solver_06.cc b/tests/trilinos/solver_06.cc index 7344192380..570093ebda 100644 --- a/tests/trilinos/solver_06.cc +++ b/tests/trilinos/solver_06.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_06.cc --------------------------- -// test the PETSc Bicgstab solver +// test the Trilinos Bicgstab solver #include "../tests.h" diff --git a/tests/trilinos/solver_07.cc b/tests/trilinos/solver_07.cc index 7000846985..0a89e3e4a6 100644 --- a/tests/trilinos/solver_07.cc +++ b/tests/trilinos/solver_07.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_07.cc --------------------------- -// test the PETSc CGS solver +// test the Trilinos CGS solver #include "../tests.h" diff --git a/tests/trilinos/solver_08.cc b/tests/trilinos/solver_08.cc index d9cde1dff1..fbb2adf667 100644 --- a/tests/trilinos/solver_08.cc +++ b/tests/trilinos/solver_08.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_08.cc --------------------------- -// test the PETSc TFQMR solver +// test the Trilinos TFQMR solver #include "../tests.h" diff --git a/tests/trilinos/solver_09.cc b/tests/trilinos/solver_09.cc index dabaad59ac..b4e47661d2 100644 --- a/tests/trilinos/solver_09.cc +++ b/tests/trilinos/solver_09.cc @@ -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 diff --git a/tests/trilinos/solver_10.cc b/tests/trilinos/solver_10.cc index f6f6740a4c..66d59cf2dc 100644 --- a/tests/trilinos/solver_10.cc +++ b/tests/trilinos/solver_10.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_10.cc --------------------------- -// test the PETSc CR solver +// test the Trilinos CR solver #include "../tests.h" diff --git a/tests/trilinos/solver_11.cc b/tests/trilinos/solver_11.cc index a2b70c16ae..46cc98200b 100644 --- a/tests/trilinos/solver_11.cc +++ b/tests/trilinos/solver_11.cc @@ -11,7 +11,7 @@ // //---------------------------- trilinos_solver_11.cc --------------------------- -// test the PETSc LSQR solver +// test the Trilinos LSQR solver #include "../tests.h" -- 2.39.5