//
//---------------------------- 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"
//
//---------------------------- 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
//
//---------------------------- 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
//
//---------------------------- 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"
//
//---------------------------- 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"
//
//---------------------------- 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"
//
//---------------------------- trilinos_solver_01.cc ---------------------------
-// test the PETSc Richardson solver
+// test the Trilinos Richardson solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_02.cc ---------------------------
-// test the PETSc Chebychev solver
+// test the Trilinos Chebychev solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_03.cc ---------------------------
-// test the PETSc CG solver
+// test the Trilinos CG solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_04.cc ---------------------------
-// test the PETSc BiCG solver
+// test the Trilinos BiCG solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_05.cc ---------------------------
-// test the PETSc GMRES solver
+// test the Trilinos GMRES solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_06.cc ---------------------------
-// test the PETSc Bicgstab solver
+// test the Trilinos Bicgstab solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_07.cc ---------------------------
-// test the PETSc CGS solver
+// test the Trilinos CGS solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_08.cc ---------------------------
-// test the PETSc TFQMR solver
+// test the Trilinos TFQMR solver
#include "../tests.h"
//
//---------------------------- 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
//
//---------------------------- trilinos_solver_10.cc ---------------------------
-// test the PETSc CR solver
+// test the Trilinos CR solver
#include "../tests.h"
//
//---------------------------- trilinos_solver_11.cc ---------------------------
-// test the PETSc LSQR solver
+// test the Trilinos LSQR solver
#include "../tests.h"