//
//---------------------------- petsc_deal_solver_01.cc ---------------------------
-// test the CG solver
+// test the CG solver using the PETSc matrix and vector classes
#include "../tests.h"
//
//---------------------------- petsc_deal_solver_02.cc ---------------------------
-// test the BiCGStab solver
+// test the BiCGStab solver using the PETSc matrix and vector classes
//
//---------------------------- petsc_deal_solver_03.cc ---------------------------
-// test the GMRES solver
+// test the GMRES solver using the PETSc matrix and vector classes
//
//---------------------------- petsc_deal_solver_04.cc ---------------------------
-// test the MINRES solver
+// test the MINRES solver using the PETSc matrix and vector classes
#include "../tests.h"
//
//---------------------------- petsc_deal_solver_05.cc ---------------------------
-// test the QMRS solver
+// test the QMRS solver using the PETSc matrix and vector classes
#include "../tests.h"
//
//---------------------------- petsc_deal_solver_06.cc ---------------------------
-// test the Richardson solver
+// test the Richardson solver using the PETSc matrix and vector classes
#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