From 79d22f41509f664a25d2f6430cb16b27269379b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 27 Feb 2015 13:42:38 -0600 Subject: [PATCH] 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. --- tests/trilinos/03.cc | 110 --------------------------------------- tests/trilinos/03.output | 2 - 2 files changed, 112 deletions(-) delete mode 100644 tests/trilinos/03.cc delete mode 100644 tests/trilinos/03.output 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