From: bangerth Date: Wed, 31 Aug 2011 03:09:10 +0000 (+0000) Subject: Remove another test that is now no longer useful after r24219. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5b2af0c96de4e951a37c68802b2f41db5f0665;p=dealii-svn.git 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 --- 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