From 76c4b8818db757b9520940eca049e8efebb94889 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 15 Jun 2018 19:37:50 +0200 Subject: [PATCH] Resurrect grid/tria_boundary_*.h --- include/deal.II/grid/tria_boundary.h | 21 +++++++++++++++++++++ include/deal.II/grid/tria_boundary_lib.h | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 include/deal.II/grid/tria_boundary.h create mode 100644 include/deal.II/grid/tria_boundary_lib.h diff --git a/include/deal.II/grid/tria_boundary.h b/include/deal.II/grid/tria_boundary.h new file mode 100644 index 0000000000..f40ef8a508 --- /dev/null +++ b/include/deal.II/grid/tria_boundary.h @@ -0,0 +1,21 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 1998 - 2018 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_tria_boundary_h +#define dealii_tria_boundary_h + +#warning This file is deprecated. Use the Manifold classes instead. + +#endif diff --git a/include/deal.II/grid/tria_boundary_lib.h b/include/deal.II/grid/tria_boundary_lib.h new file mode 100644 index 0000000000..7c443373c1 --- /dev/null +++ b/include/deal.II/grid/tria_boundary_lib.h @@ -0,0 +1,21 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 1998 - 2018 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_tria_boundary_lib_h +#define dealii_tria_boundary_lib_h + +#warning This file is deprecated. Use the Manifold classes instead. + +#endif -- 2.39.5