From a4ebb4348540688288b43bcaf9c8e24088fbd292 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 18 Jul 2010 04:08:12 +0000 Subject: [PATCH] re-add deprecated header files git-svn-id: https://svn.dealii.org/trunk@21514 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/newton.h | 18 ++++++++++++++++++ deal.II/deal.II/include/numerics/operator.h | 19 +++++++++++++++++++ .../include/numerics/theta_timestepping.h | 18 ++++++++++++++++++ .../include/numerics/timestep_control.h | 18 ++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 deal.II/deal.II/include/numerics/newton.h create mode 100644 deal.II/deal.II/include/numerics/operator.h create mode 100644 deal.II/deal.II/include/numerics/theta_timestepping.h create mode 100644 deal.II/deal.II/include/numerics/timestep_control.h diff --git a/deal.II/deal.II/include/numerics/newton.h b/deal.II/deal.II/include/numerics/newton.h new file mode 100644 index 0000000000..9a99388346 --- /dev/null +++ b/deal.II/deal.II/include/numerics/newton.h @@ -0,0 +1,18 @@ +//--------------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2010 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- + +/** + * @file + * @deprecated This file has moved to lac/algorithms + */ + +#include diff --git a/deal.II/deal.II/include/numerics/operator.h b/deal.II/deal.II/include/numerics/operator.h new file mode 100644 index 0000000000..b75a189a17 --- /dev/null +++ b/deal.II/deal.II/include/numerics/operator.h @@ -0,0 +1,19 @@ +//--------------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2010 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- + +/** + * @file + * @deprecated This file has moved to lac/algorithms + */ + +#include +#include diff --git a/deal.II/deal.II/include/numerics/theta_timestepping.h b/deal.II/deal.II/include/numerics/theta_timestepping.h new file mode 100644 index 0000000000..93c67df3ea --- /dev/null +++ b/deal.II/deal.II/include/numerics/theta_timestepping.h @@ -0,0 +1,18 @@ +//--------------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2010 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- + +/** + * @file + * @deprecated This file has moved to lac/algorithms + */ + +#include diff --git a/deal.II/deal.II/include/numerics/timestep_control.h b/deal.II/deal.II/include/numerics/timestep_control.h new file mode 100644 index 0000000000..6c32c23abc --- /dev/null +++ b/deal.II/deal.II/include/numerics/timestep_control.h @@ -0,0 +1,18 @@ +//--------------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2010 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//--------------------------------------------------------------------------- + +/** + * @file + * @deprecated This file has moved to lac/algorithms + */ + +#include -- 2.39.5