From: bangerth Date: Wed, 3 Aug 2011 16:36:23 +0000 (+0000) Subject: Remove tests that no longer make sense following the next commit. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c00a5946b842373009222cd1539f2292d5662d;p=dealii-svn.git Remove tests that no longer make sense following the next commit. git-svn-id: https://svn.dealii.org/trunk@24006 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/petsc/14.cc b/tests/petsc/14.cc deleted file mode 100644 index 3247d5fa0d..0000000000 --- a/tests/petsc/14.cc +++ /dev/null @@ -1,97 +0,0 @@ -//---------------------------- petsc_14.cc --------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2004, 2005, 2010 by the deal.II authors -// -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. -// -//---------------------------- petsc_14.cc --------------------------- - - -// check PETScWrappers::Vector::operator() in set/add-mode alternatingly - -#include "../tests.h" -#include -#include -#include -#include - - -void test (PETScWrappers::Vector &v) -{ - // set only certain elements of the - // vector. have a bit pattern of where we - // actually wrote elements to - std::vector pattern (v.size(), false); - bool flag = false; - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::Vector &v) -{ - // set only certain elements of the - // vector. have a bit pattern of where we - // actually wrote elements to - std::vector pattern (v.size(), false); - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::Vector &v) -{ - // set only certain elements of the - // vector. have a bit pattern of where we - // actually wrote elements to - std::vector pattern (v.size(), false); - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::Vector &v) -{ - // set only certain elements of the - // vector. have a bit pattern of where we - // actually wrote elements to - std::vector pattern (v.size(), false); - for (unsigned int i=0; i -#include -#include -#include - - -void test (PETScWrappers::Vector &v) -{ - // set only certain elements of the - // vector. have a bit pattern of where we - // actually wrote elements to - std::vector pattern (v.size(), false); - for (unsigned int i=0; i