From dc6ded585a48af39598ce07597c91ed42568efa4 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 14 Jun 2017 15:40:39 +0200 Subject: [PATCH] Fix up PETSc tests --- tests/petsc/38.cc | 94 -------------------------------------- tests/petsc/38.output | 2 - tests/petsc/43.cc | 99 ---------------------------------------- tests/petsc/43.output | 2 - tests/petsc/44.cc | 104 ------------------------------------------ tests/petsc/44.output | 2 - tests/petsc/47.cc | 99 ---------------------------------------- tests/petsc/47.output | 2 - 8 files changed, 404 deletions(-) delete mode 100644 tests/petsc/38.cc delete mode 100644 tests/petsc/38.output delete mode 100644 tests/petsc/43.cc delete mode 100644 tests/petsc/43.output delete mode 100644 tests/petsc/44.cc delete mode 100644 tests/petsc/44.output delete mode 100644 tests/petsc/47.cc delete mode 100644 tests/petsc/47.output diff --git a/tests/petsc/38.cc b/tests/petsc/38.cc deleted file mode 100644 index 0439cab5f6..0000000000 --- a/tests/petsc/38.cc +++ /dev/null @@ -1,94 +0,0 @@ -// --------------------------------------------------------------------- -// -// Copyright (C) 2004 - 2015 by the deal.II authors -// -// This file is part of the deal.II library. -// -// The deal.II library is free software; you can use it, redistribute -// it, and/or modify it under the terms of the GNU Lesser General -// Public License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. -// The full text of the license can be found in the file LICENSE at -// the top level of the deal.II distribution. -// -// --------------------------------------------------------------------- - - - -// check PETScWrappers::MPI::Vector::add(Vector) - -#include "../tests.h" -#include -#include -#include -#include - - -void test (PETScWrappers::MPI::Vector &v, - PETScWrappers::MPI::Vector &w) -{ - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::MPI::Vector &v, - PETScWrappers::MPI::Vector &w, - PETScWrappers::MPI::Vector &x) -{ - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::MPI::Vector &v, - PETScWrappers::MPI::Vector &w, - PETScWrappers::MPI::Vector &x, - PETScWrappers::MPI::Vector &y) -{ - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::MPI::Vector &v, - PETScWrappers::MPI::Vector &w, - PETScWrappers::MPI::Vector &x) -{ - for (unsigned int i=0; i