]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add more deprecation notices to files.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jan 2013 20:43:12 +0000 (20:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jan 2013 20:43:12 +0000 (20:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@28193 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c36b66d37755b1243192e7d0c4cbdd88dc8984c9..3cb8570fc74a8cabe16207058a87b7cc2491f0ce 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 by the deal.II authors
+//    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
@@ -12,4 +12,5 @@
 
 // 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>
index d08a632a1f4dfb2e302ccdc499026b0372a7da70..7bc6f50812a705402d020b6edc90a4f9a477b4b4 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2012 by the deal.II authors
+//    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
@@ -13,4 +13,5 @@
 // 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>
index 19fd79950ba6af1def7d0beaea5d8d53ea1183e5..464119719b63b9ad22b45d24644a8e27c011aa1e 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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
@@ -12,8 +12,7 @@
 #ifndef __deal2__mg_dof_accessor_h
 #define __deal2__mg_dof_accessor_h
 
+#warning This file is deprecated. Use <deal.II/dofs/dof_accessor.h> instead.
 #include <deal.II/dofs/dof_accessor.h>
 
-#pragma message ("File mg_dof_accessor.h is deprecated use file dofs/dof_accessor.h instead.")
-
 #endif
index 3cdf2744f62449fd5d458558528b0ab9ef0e187b..ef297b1e46c5db40b78d388c6f47b3ad5a18fced 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,7 +15,7 @@
 #ifndef __deal2__matrices_h
 #define __deal2__matrices_h
 
-#warning This file is deprecated. Use <matrix_tools.h> instead.
+#warning This file is deprecated. Use <deal.II/numerics/matrix_tools.h> instead.
 #include <deal.II/numerics/matrix_tools.h>
 
 #endif
index 283a367063a343960a67c940940cbe6e4efc8948..14f3d8c684d523d093a1f48df9923a79e38fe078 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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/mesh_worker directory instead.
 #include <deal.II/meshworker/local_results.h>
index c33fbfbf3502897eee88b3c984f1994cb7d9da37..a466f654c26f1d6661fa1fd64b48600d174e8186 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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/mesh_worker directory instead.
 #include <deal.II/meshworker/assembler.h>
index 013250613a939989e408ed30e1aaed380629478f..504d389102568eb5f7912d83cf303f209d79cfa0 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -16,5 +16,6 @@
  * <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>
index d4ed0f6e3d2449d38ddab11481f1f75b8ddb0e1d..7c5f364f40bdec2eb05b7c1c97e548eb13809f85 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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/mesh_worker directory instead.
 #include <deal.II/meshworker/loop.h>
index ab55ed829affa08d21fcaaa49d0d79dea869da40..8451644edceaae5ce72e1ac6212a78eb1624cc3b 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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/mesh_worker directory instead.
 #include <deal.II/meshworker/output.h>
index 6883cc7ae8ef76e754d7fa8c0b9347d2d26b1682..f807f6880613c303583034427d915423c4ac17e7 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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/mesh_worker directory instead.
 #include <deal.II/meshworker/vector_selector.h>
index a20fb0f022ad6a28d70f1ecb9732ead9a293e8e4..ba37ce2e690a28a02552c331e806fd11def8ac78 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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>
index 41686de4fae675a6fe6670cd898d70c0620572c2..9bf242791dffd907f67a734687fa56e5a323b6fc 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2012 by the deal.II authors
+//    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
@@ -15,5 +15,6 @@
  * @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>
index 2efe5ce69380ba0e9a90b5a19d93d851265c59c9..6a61f0db170125bacb7b75028b8876e021ad79f9 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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>
index 5132414f28066d87497143643638b68643d84a28..52fa73bf1a9e7b96d7bde27b3846c402d66146cd 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2010, 2012 by the deal.II authors
+//    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
@@ -15,4 +15,5 @@
  * @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>
index afde36c383a1bc230aee0a9d373a94fb681d5685..a9d9065b24b7bdf1fe48a3fa9f9bc15f5bdc53d9 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    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
@@ -15,6 +15,7 @@
 #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.