From 0e5b2af0c96de4e951a37c68802b2f41db5f0665 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 31 Aug 2011 03:09:10 +0000 Subject: [PATCH] Remove another test that is now no longer useful after r24219. git-svn-id: https://svn.dealii.org/trunk@24225 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc/full_matrix_03.cc | 99 -------------------------- tests/petsc/full_matrix_03/cmp/generic | 2 - 2 files changed, 101 deletions(-) delete mode 100644 tests/petsc/full_matrix_03.cc delete mode 100644 tests/petsc/full_matrix_03/cmp/generic diff --git a/tests/petsc/full_matrix_03.cc b/tests/petsc/full_matrix_03.cc deleted file mode 100644 index d1dcb817ad..0000000000 --- a/tests/petsc/full_matrix_03.cc +++ /dev/null @@ -1,99 +0,0 @@ -//---------------------------- petsc_full_matrix_03.cc --------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2004, 2005 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_full_matrix_03.cc --------------------------- - - -// check setting elements in a petsc matrix using set() and add() -// intermixed. this poses PETSc some problems, since one has to flush some -// buffer in between these two types of operations - -#include "../tests.h" -#include -#include -#include - - -void test (PETScWrappers::FullMatrix &m) -{ - // first set a few entries - for (unsigned int i=0; i