From: Wolfgang Bangerth Date: Fri, 27 Feb 2015 19:42:38 +0000 (-0600) Subject: Remove a test. X-Git-Tag: v8.3.0-rc1~380^2~12 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d22f41509f664a25d2f6430cb16b27269379b5;p=dealii.git Remove a test. This test mixes add and write access to a Trilinos sparse matrix. This does not work reliably and is, I think, not an operation we want to support as it cannot be done efficiently. --- diff --git a/tests/trilinos/03.cc b/tests/trilinos/03.cc deleted file mode 100644 index df407f8c4e..0000000000 --- a/tests/trilinos/03.cc +++ /dev/null @@ -1,110 +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 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 -#include - - -void test (TrilinosWrappers::SparseMatrix &m) -{ - // first set a few entries - for (unsigned int i=0; i