]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove obsolete files
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 12 Apr 2013 17:31:16 +0000 (17:31 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 12 Apr 2013 17:31:16 +0000 (17:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@29262 0785d39b-7218-0410-832d-ea1e28bc413d

15 files changed:
deal.II/include/deal.II/dofs/dof_constraints.h [deleted file]
deal.II/include/deal.II/grid/geometry_info.h [deleted file]
deal.II/include/deal.II/numerics/matrices.h [deleted file]
deal.II/include/deal.II/numerics/mesh_worker.h [deleted file]
deal.II/include/deal.II/numerics/mesh_worker_assembler.h [deleted file]
deal.II/include/deal.II/numerics/mesh_worker_info.h [deleted file]
deal.II/include/deal.II/numerics/mesh_worker_loop.h [deleted file]
deal.II/include/deal.II/numerics/mesh_worker_output.h [deleted file]
deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h [deleted file]
deal.II/include/deal.II/numerics/newton.h [deleted file]
deal.II/include/deal.II/numerics/operator.h [deleted file]
deal.II/include/deal.II/numerics/theta_timestepping.h [deleted file]
deal.II/include/deal.II/numerics/timestep_control.h [deleted file]
deal.II/include/deal.II/numerics/vectors.h [deleted file]
deal.II/include/deal.II/numerics/vectors.templates.h [deleted file]

diff --git a/deal.II/include/deal.II/dofs/dof_constraints.h b/deal.II/include/deal.II/dofs/dof_constraints.h
deleted file mode 100644 (file)
index 3cb8570..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012, 2013 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.
-//
-//---------------------------------------------------------------------------
-
-// this is just referring to the new location and name of the file for
-// backwards compatibility.
-#warning This file is deprecated. Use <deal.II/lac/constraint_matrix.h> instead.
-#include <deal.II/lac/constraint_matrix.h>
diff --git a/deal.II/include/deal.II/grid/geometry_info.h b/deal.II/include/deal.II/grid/geometry_info.h
deleted file mode 100644 (file)
index 7bc6f50..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2012, 2013 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.
-//
-//---------------------------------------------------------------------------
-
-// This class was moved to the base library. Therefore, we provide
-// this file for compatibility reasons only.
-
-#warning This file is deprecated. Use <deal.II/base/geometry_info.h> instead.
-#include <deal.II/base/geometry_info.h>
diff --git a/deal.II/include/deal.II/numerics/matrices.h b/deal.II/include/deal.II/numerics/matrices.h
deleted file mode 100644 (file)
index ef297b1..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013 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.
-//
-//---------------------------------------------------------------------------
-
-//this file is deprecated, use matrix_tools.h instead
-
-#ifndef __deal2__matrices_h
-#define __deal2__matrices_h
-
-#warning This file is deprecated. Use <deal.II/numerics/matrix_tools.h> instead.
-#include <deal.II/numerics/matrix_tools.h>
-
-#endif
diff --git a/deal.II/include/deal.II/numerics/mesh_worker.h b/deal.II/include/deal.II/numerics/mesh_worker.h
deleted file mode 100644 (file)
index a2c01e0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2011, 2012, 2013 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 The contents of this file has moved to <tt>meshworker/local_results.h</tt>
- */
-
-#warning This file is deprecated. Use deal.II/meshworker/local_results.h instead.
-#include <deal.II/meshworker/local_results.h>
diff --git a/deal.II/include/deal.II/numerics/mesh_worker_assembler.h b/deal.II/include/deal.II/numerics/mesh_worker_assembler.h
deleted file mode 100644 (file)
index bbe3ad6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2011, 2012, 2013 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 The contents of this file has moved to <tt>meshworker/assembler.h</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead.
-#include <deal.II/meshworker/assembler.h>
diff --git a/deal.II/include/deal.II/numerics/mesh_worker_info.h b/deal.II/include/deal.II/numerics/mesh_worker_info.h
deleted file mode 100644 (file)
index 504d389..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2011, 2012, 2013 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 The contents of this file has been split into
- * <tt>meshworker/dof_info.h</tt> and  <tt>meshworker/integration_info.h</tt>
- */
-
-#warning This file is deprecated. Use <deal.II/meshworker/dof_info.h.h> and <deal.II/meshworker/integration_info.h> instead.
-#include <deal.II/meshworker/dof_info.h>
-#include <deal.II/meshworker/integration_info.h>
diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/numerics/mesh_worker_loop.h
deleted file mode 100644 (file)
index eaa1578..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2011, 2012, 2013 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 The contents of this file has moved to <tt>meshworker/loop.h</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead.
-#include <deal.II/meshworker/loop.h>
diff --git a/deal.II/include/deal.II/numerics/mesh_worker_output.h b/deal.II/include/deal.II/numerics/mesh_worker_output.h
deleted file mode 100644 (file)
index 708f7e5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2011, 2012, 2013 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 The contents of this file has moved to <tt>meshworker/output.h</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead.
-#include <deal.II/meshworker/output.h>
diff --git a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h b/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h
deleted file mode 100644 (file)
index b57b06a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2011, 2012, 2013 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 The contents of this file has moved to <tt>meshworker/local_results.h</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/meshworker directory instead.
-#include <deal.II/meshworker/vector_selector.h>
diff --git a/deal.II/include/deal.II/numerics/newton.h b/deal.II/include/deal.II/numerics/newton.h
deleted file mode 100644 (file)
index ba37ce2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2012, 2013 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 <tt>lac/algorithms</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead.
-#include <deal.II/algorithms/newton.h>
diff --git a/deal.II/include/deal.II/numerics/operator.h b/deal.II/include/deal.II/numerics/operator.h
deleted file mode 100644 (file)
index 9bf2427..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2012, 2013 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 <tt>lac/algorithms</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead.
-#include <deal.II/algorithms/operator.h>
-#include <deal.II/numerics/dof_output_operator.h>
diff --git a/deal.II/include/deal.II/numerics/theta_timestepping.h b/deal.II/include/deal.II/numerics/theta_timestepping.h
deleted file mode 100644 (file)
index 6a61f0d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2012, 2013 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 <tt>lac/algorithms</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead.
-#include <deal.II/algorithms/theta_timestepping.h>
diff --git a/deal.II/include/deal.II/numerics/timestep_control.h b/deal.II/include/deal.II/numerics/timestep_control.h
deleted file mode 100644 (file)
index 52fa73b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2010, 2012, 2013 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 <tt>lac/algorithms</tt>
- */
-
-#warning This file is deprecated. Use the corresponding file in the deal.II/algorithms directory instead.
-#include <deal.II/algorithms/timestep_control.h>
diff --git a/deal.II/include/deal.II/numerics/vectors.h b/deal.II/include/deal.II/numerics/vectors.h
deleted file mode 100644 (file)
index de94bdd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 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.
-//
-//---------------------------------------------------------------------------
-
-//this file is deprecated, use vector_tools.h instead
-
-#ifndef __deal2__vectors_h
-#define __deal2__vectors_h
-
-#warning This file is deprecated. Use <vector_tools.h> instead.
-#include <deal.II/numerics/vector_tools.h>
-
-#endif
diff --git a/deal.II/include/deal.II/numerics/vectors.templates.h b/deal.II/include/deal.II/numerics/vectors.templates.h
deleted file mode 100644 (file)
index a9d9065..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//
-//    Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 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.
-//
-//---------------------------------------------------------------------------
-
-//this file is deprecated, use vector_tools.templates.h instead
-
-#ifndef _deal2__vectors_templates_h
-#define _deal2__vectors_templates_h
-
-#warning This file is deprecated. Use <deal.II/numerics/vector_tools.templates.h> instead.
-#include <deal.II/numerics/vector_tools.templates.h>
-
-#endif

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.