//---------------------------- petsc_09.cc ---------------------------
-// check petsc_wrapper::SparseMatrix::operator *=
+// check PETScWrappers::SparseMatrix::operator *=
#include "../tests.h"
#include <lac/petsc_sparse_matrix.h>
//---------------------------- petsc_10.cc ---------------------------
-// check petsc_wrapper::SparseMatrix::operator /=
+// check PETScWrappers::SparseMatrix::operator /=
#include "../tests.h"
#include <lac/petsc_sparse_matrix.h>
//---------------------------- petsc_11.cc ---------------------------
-// check petsc_wrapper::Vector::size()
+// check PETScWrappers::Vector::size()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_12.cc ---------------------------
-// check petsc_wrapper::Vector::operator() in set-mode
+// check PETScWrappers::Vector::operator() in set-mode
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_13.cc ---------------------------
-// check petsc_wrapper::Vector::operator() in add-mode
+// check PETScWrappers::Vector::operator() in add-mode
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_14.cc ---------------------------
-// check petsc_wrapper::Vector::operator() in set/add-mode alternatingly
+// check PETScWrappers::Vector::operator() in set/add-mode alternatingly
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_15.cc ---------------------------
-// check petsc_wrapper::Vector::operator() in set/add-mode alternatingly, but
+// check PETScWrappers::Vector::operator() in set/add-mode alternatingly, but
// writing to the same elements
#include "../tests.h"
//---------------------------- petsc_16.cc ---------------------------
-// check petsc_wrapper::Vector::operator() in set/add-mode alternatingly, but
+// check PETScWrappers::Vector::operator() in set/add-mode alternatingly, but
// writing and overwriting the same elements
#include "../tests.h"
//---------------------------- petsc_17.cc ---------------------------
-// check petsc_wrapper::Vector::l1_norm()
+// check PETScWrappers::Vector::l1_norm()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_18.cc ---------------------------
-// check petsc_wrapper::Vector::l2_norm()
+// check PETScWrappers::Vector::l2_norm()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_19.cc ---------------------------
-// check petsc_wrapper::Vector::linfty_norm()
+// check PETScWrappers::Vector::linfty_norm()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_20.cc ---------------------------
-// check petsc_wrapper::Vector::operator *=
+// check PETScWrappers::Vector::operator *=
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_21.cc ---------------------------
-// check petsc_wrapper::Vector::operator /=
+// check PETScWrappers::Vector::operator /=
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_22.cc ---------------------------
-// check petsc_wrapper::Vector::operator*(Vector) on two vectors that are
+// check PETScWrappers::Vector::operator*(Vector) on two vectors that are
// orthogonal
#include "../tests.h"
//---------------------------- petsc_23.cc ---------------------------
-// check petsc_wrapper::Vector::operator*(Vector) on two vectors that are
+// check PETScWrappers::Vector::operator*(Vector) on two vectors that are
// not orthogonal
#include "../tests.h"
//---------------------------- petsc_24.cc ---------------------------
-// check petsc_wrapper::Vector::clear()
+// check PETScWrappers::Vector::clear()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_25.cc ---------------------------
-// check petsc_wrapper::Vector::operator = (PetscScalar) with setting to zero
+// check PETScWrappers::Vector::operator = (PetscScalar) with setting to zero
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_26.cc ---------------------------
-// check petsc_wrapper::Vector::operator = (PetscScalar) with setting to a
+// check PETScWrappers::Vector::operator = (PetscScalar) with setting to a
// nonzero value
#include "../tests.h"
//---------------------------- petsc_27.cc ---------------------------
-// check petsc_wrapper::Vector::operator = (Vector)
+// check PETScWrappers::Vector::operator = (Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_28.cc ---------------------------
-// check petsc_wrapper::Vector::operator = (Vector), except that we don't
+// check PETScWrappers::Vector::operator = (Vector), except that we don't
// resize the vector to be copied to beforehand
#include "../tests.h"
//---------------------------- petsc_29.cc ---------------------------
-// check petsc_wrapper::Vector::reinit(fast)
+// check PETScWrappers::Vector::reinit(fast)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_30.cc ---------------------------
-// check petsc_wrapper::Vector::reinit(!fast)
+// check PETScWrappers::Vector::reinit(!fast)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_31.cc ---------------------------
-// check petsc_wrapper::Vector::l2_norm()
+// check PETScWrappers::Vector::l2_norm()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_32.cc ---------------------------
-// check petsc_wrapper::Vector::l2_norm()
+// check PETScWrappers::Vector::l2_norm()
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_33.cc ---------------------------
-// check petsc_wrapper::Vector::lp_norm(3)
+// check PETScWrappers::Vector::lp_norm(3)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_34.cc ---------------------------
-// check petsc_wrapper::Vector::all_zero
+// check PETScWrappers::Vector::all_zero
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_35.cc ---------------------------
-// check petsc_wrapper::Vector::operator+=(Vector)
+// check PETScWrappers::Vector::operator+=(Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_36.cc ---------------------------
-// check petsc_wrapper::Vector::operator-=(Vector)
+// check PETScWrappers::Vector::operator-=(Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_37.cc ---------------------------
-// check petsc_wrapper::Vector::add (scalar)
+// check PETScWrappers::Vector::add (scalar)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_38.cc ---------------------------
-// check petsc_wrapper::Vector::add(Vector)
+// check PETScWrappers::Vector::add(Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_39.cc ---------------------------
-// check petsc_wrapper::Vector::add(scalar, Vector)
+// check PETScWrappers::Vector::add(scalar, Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_40.cc ---------------------------
-// check petsc_wrapper::Vector::add(s,V,s,V)
+// check PETScWrappers::Vector::add(s,V,s,V)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_41.cc ---------------------------
-// check petsc_wrapper::Vector::sadd(s, Vector)
+// check PETScWrappers::Vector::sadd(s, Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_42.cc ---------------------------
-// check petsc_wrapper::Vector::sadd(scalar, scalar, Vector)
+// check PETScWrappers::Vector::sadd(scalar, scalar, Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_43.cc ---------------------------
-// check petsc_wrapper::Vector::sadd(s,s,V,s,V)
+// check PETScWrappers::Vector::sadd(s,s,V,s,V)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_44.cc ---------------------------
-// check petsc_wrapper::Vector::sadd(s,s,V,s,V,s,V)
+// check PETScWrappers::Vector::sadd(s,s,V,s,V,s,V)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_45.cc ---------------------------
-// check petsc_wrapper::Vector::scale
+// check PETScWrappers::Vector::scale
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_46.cc ---------------------------
-// check petsc_wrapper::Vector::equ (s,V)
+// check PETScWrappers::Vector::equ (s,V)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_47.cc ---------------------------
-// check petsc_wrapper::Vector::equ (s,V,s,V)
+// check PETScWrappers::Vector::equ (s,V,s,V)
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_48.cc ---------------------------
-// check petsc_wrapper::Vector::ratio
+// check PETScWrappers::Vector::ratio
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_49.cc ---------------------------
-// check petsc_wrapper::copy_from<PetscScalar>
+// check PETScWrappers::copy_from<PetscScalar>
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_50.cc ---------------------------
-// check petsc_wrapper::copy_from<T> with T!=PetscScalar
+// check PETScWrappers::copy_from<T> with T!=PetscScalar
#include "../tests.h"
#include <lac/petsc_vector.h>
//---------------------------- petsc_51.cc ---------------------------
-// check copy constructor petsc_wrapper::Vector::Vector(Vector)
+// check copy constructor PETScWrappers::Vector::Vector(Vector)
#include "../tests.h"
#include <lac/petsc_vector.h>