Skip to content
Snippets Groups Projects
Commit 905de9fe authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Removed transition headers which redirected to dune/istl/parallel or

dune-common. They were deprecated since Dune 2.1.

[[Imported from SVN: r1643]]
parent 49fec1f2
No related branches found
No related tags found
No related merge requests found
......@@ -8,24 +8,18 @@ istl_HEADERS = basearray.hh \
bdmatrix.hh \
btdmatrix.hh \
bvector.hh \
communicator.hh \
diagonalmatrix.hh \
gsetc.hh \
ilu.hh \
ilusubdomainsolver.hh \
indexset.hh \
indicessyncer.hh \
interface.hh \
io.hh \
istlexception.hh \
localindex.hh \
matrix.hh \
matrixindexset.hh \
matrixmarket.hh\
matrixmatrix.hh \
matrixredistribute.hh \
matrixutils.hh \
mpitraits.hh \
multitypeblockmatrix.hh \
multitypeblockvector.hh \
novlpschwarz.hh \
......@@ -33,14 +27,11 @@ istl_HEADERS = basearray.hh \
overlappingschwarz.hh \
owneroverlapcopy.hh \
pardiso.hh \
plocalindex.hh \
preconditioners.hh \
remoteindices.hh \
repartition.hh \
scalarproducts.hh \
scaledidmatrix.hh \
schwarz.hh \
selection.hh \
solvercategory.hh \
solvers.hh \
solvertype.hh \
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_COMMUNICATOR_HH
#define DUNE_ISTL_COMMUNICATOR_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/communicator.hh instead!
#include <dune/common/parallel/communicator.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_INDEXSET_HH
#define DUNE_ISTL_INDEXSET_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/indexset.hh instead!
#include <dune/common/parallel/indexset.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_INDICESSYNCER_HH
#define DUNE_ISTL_INDICESSYNCER_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/indicessyncer.hh instead!
#include <dune/common/parallel/indicessyncer.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_INTERFACE_HH
#define DUNE_ISTL_INTERFACE_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/interface.hh instead!
#include <dune/common/parallel/interface.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_LOCALINDEX_HH
#define DUNE_ISTL_LOCALINDEX_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/localindex.hh instead!
#include <dune/common/parallel/localindex.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_MPITRAITS_HH
#define DUNE_ISTL_MPITRAITS_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/mpitraits.hh instead!
#include <dune/common/mpitraits.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_PLOCALINDEX_HH
#define DUNE_ISTL_PLOCALINDEX_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/plocalindex.hh instead!
#include <dune/common/parallel/plocalindex.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_REMOTEINDICES_HH
#define DUNE_ISTL_REMOTEINDICES_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/remoteindices.hh instead!
#include <dune/common/parallel/remoteindices.hh>
#endif
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// $Id$
#ifndef DUNE_ISTL_SELECTION_HH
#define DUNE_ISTL_SELECTION_HH
#warning This file is deprecated since Dune 2.1. Please use dune-common/dune/common/parallel/selection.hh instead!
#include <dune/common/parallel/selection.hh>
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment