From: Guido Kanschat Date: Sun, 18 Jul 2010 04:08:12 +0000 (+0000) Subject: re-add deprecated header files X-Git-Tag: v8.0.0~5808 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ebb4348540688288b43bcaf9c8e24088fbd292;p=dealii.git re-add deprecated header files git-svn-id: https://svn.dealii.org/trunk@21514 0785d39b-7218-0410-832d-ea1e28bc413d --- 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