From d968d28f8193bfd77d5a99bf95c65f71beb2b045 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 25 Feb 2004 22:29:36 +0000 Subject: [PATCH] More documentation. git-svn-id: https://svn.dealii.org/trunk@8557 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/petsc_deal_solver_01.cc | 2 +- tests/bits/petsc_deal_solver_02.cc | 2 +- tests/bits/petsc_deal_solver_03.cc | 2 +- tests/bits/petsc_deal_solver_04.cc | 2 +- tests/bits/petsc_deal_solver_05.cc | 2 +- tests/bits/petsc_deal_solver_06.cc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/bits/petsc_deal_solver_01.cc b/tests/bits/petsc_deal_solver_01.cc index b0959af311..746de19854 100644 --- a/tests/bits/petsc_deal_solver_01.cc +++ b/tests/bits/petsc_deal_solver_01.cc @@ -11,7 +11,7 @@ // //---------------------------- petsc_deal_solver_01.cc --------------------------- -// test the CG solver +// test the CG solver using the PETSc matrix and vector classes #include "../tests.h" diff --git a/tests/bits/petsc_deal_solver_02.cc b/tests/bits/petsc_deal_solver_02.cc index 6bd240bc48..26334a9118 100644 --- a/tests/bits/petsc_deal_solver_02.cc +++ b/tests/bits/petsc_deal_solver_02.cc @@ -11,7 +11,7 @@ // //---------------------------- petsc_deal_solver_02.cc --------------------------- -// test the BiCGStab solver +// test the BiCGStab solver using the PETSc matrix and vector classes diff --git a/tests/bits/petsc_deal_solver_03.cc b/tests/bits/petsc_deal_solver_03.cc index 2b83fba59e..3a053a1ab8 100644 --- a/tests/bits/petsc_deal_solver_03.cc +++ b/tests/bits/petsc_deal_solver_03.cc @@ -11,7 +11,7 @@ // //---------------------------- petsc_deal_solver_03.cc --------------------------- -// test the GMRES solver +// test the GMRES solver using the PETSc matrix and vector classes diff --git a/tests/bits/petsc_deal_solver_04.cc b/tests/bits/petsc_deal_solver_04.cc index a444caf5b5..ca788c8bd1 100644 --- a/tests/bits/petsc_deal_solver_04.cc +++ b/tests/bits/petsc_deal_solver_04.cc @@ -11,7 +11,7 @@ // //---------------------------- petsc_deal_solver_04.cc --------------------------- -// test the MINRES solver +// test the MINRES solver using the PETSc matrix and vector classes #include "../tests.h" diff --git a/tests/bits/petsc_deal_solver_05.cc b/tests/bits/petsc_deal_solver_05.cc index d49dee045c..15cf1ef18b 100644 --- a/tests/bits/petsc_deal_solver_05.cc +++ b/tests/bits/petsc_deal_solver_05.cc @@ -11,7 +11,7 @@ // //---------------------------- petsc_deal_solver_05.cc --------------------------- -// test the QMRS solver +// test the QMRS solver using the PETSc matrix and vector classes #include "../tests.h" diff --git a/tests/bits/petsc_deal_solver_06.cc b/tests/bits/petsc_deal_solver_06.cc index 1c61d4088e..27569dce37 100644 --- a/tests/bits/petsc_deal_solver_06.cc +++ b/tests/bits/petsc_deal_solver_06.cc @@ -11,7 +11,7 @@ // //---------------------------- petsc_deal_solver_06.cc --------------------------- -// test the Richardson solver +// test the Richardson solver using the PETSc matrix and vector classes #include "../tests.h" -- 2.39.5