+++ /dev/null
-#ifndef dealii_tensor_base_h
-#define dealii_tensor_base_h
-#warning This file is deprecated. Use <deal.II/base/tensor.h> instead.
-
-# include <deal.II/base/tensor.h>
-
-#endif
+++ /dev/null
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2017 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.
-//
-// ---------------------------------------------------------------------
-
-#ifndef dealii_distributed_grid_tools_h
-#define dealii_distributed_grid_tools_h
-
-#warning "This file is deprecated and will be removed after the 9.0 release. Use <deal.II/grid/grid_tools.h> instead and remove 'parallel::'."
-
-#include <deal.II/grid/grid_tools.h>
-
-#endif // dealii_distributed_grid_tools_h
namespace PETScWrappers
{
- /**
- * a compatibility typedef for older versions of PETSc.
- *
- * @deprecated The name of this type changed in PETSc 3.2: deal.II does not
- * support versions of PETSc older than this so this typedef will be removed
- * in a future release.
- */
- typedef PetscBool PetscBooleanType DEAL_II_DEPRECATED;
-
/**
* Set an option in the global PETSc database. This function just wraps
* PetscOptionsSetValue with a version check (the signature of this function
+++ /dev/null
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 2008 - 2017 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.
-//
-// ---------------------------------------------------------------------
-
-#ifndef dealii_trilinos_vector_base_h
-#define dealii_trilinos_vector_base_h
-
-#warning This file is deprecated. Use <deal.II/lac/trilinos_vector.h> instead.
-
-#include <deal.II/base/config.h>
-#include <deal.II/lac/trilinos_vector.h>
-
-DEAL_II_NAMESPACE_OPEN
-
-#ifdef DEAL_II_WITH_TRILINOS
-namespace TrilinosWrappers
-{
- // All functionality from the former base class VectorBase was moved to
- // MPI::Vector as this ended up to be the only derived class.
- // Hence, using the class VectorBase is deprecated and we only provide
- // an alias for backward compatibility.
- typedef MPI::Vector VectorBase DEAL_II_DEPRECATED;
-}
-#endif
-
-DEAL_II_NAMESPACE_CLOSE
-
-#endif // dealii_trilinos_vector_base_h
+++ /dev/null
-// ---------------------------------------------------------------------
-//
-// Copyright (C) 1998 - 2017 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.
-//
-// ---------------------------------------------------------------------
-
-#ifndef dealii_mg_dof_accessor_h
-#define dealii_mg_dof_accessor_h
-
-#warning This file is deprecated. Use <deal.II/dofs/dof_accessor.h> instead.
-#include <deal.II/dofs/dof_accessor.h>
-
-#endif
#include <deal.II/grid/grid_generator.h>
#include <deal.II/grid/grid_tools.h>
#include <deal.II/grid/manifold_lib.h>
-#include <deal.II/distributed/grid_tools.h>
#include <deal.II/distributed/grid_refinement.h>
// predicate: test if the cell is locally owned