]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move the rest of the hp stuff into its own directory.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Jun 2007 13:14:05 +0000 (13:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 8 Jun 2007 13:14:05 +0000 (13:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@14771 0785d39b-7218-0410-832d-ea1e28bc413d

15 files changed:
deal.II/deal.II/include/hp/dof_faces.h
deal.II/deal.II/include/hp/dof_handler.h
deal.II/deal.II/include/hp/dof_objects.h
deal.II/deal.II/include/hp/fe_collection.h [moved from deal.II/deal.II/include/fe/fe_collection.h with 100% similarity]
deal.II/deal.II/include/hp/fe_values.h
deal.II/deal.II/include/hp/mapping_collection.h [moved from deal.II/deal.II/include/fe/mapping_collection.h with 100% similarity]
deal.II/deal.II/include/hp/q_collection.h [moved from deal.II/deal.II/include/fe/q_collection.h with 100% similarity]
deal.II/deal.II/include/numerics/vectors.templates.h
deal.II/deal.II/source/dofs/dof_tools.cc
deal.II/deal.II/source/grid/grid_tools.cc
deal.II/deal.II/source/hp/fe_collection.cc [moved from deal.II/deal.II/source/fe/fe_collection.cc with 99% similarity]
deal.II/deal.II/source/hp/mapping_collection.cc [moved from deal.II/deal.II/source/fe/mapping_collection.cc with 98% similarity]
deal.II/deal.II/source/numerics/derivative_approximation.cc
deal.II/deal.II/source/numerics/error_estimator.cc
deal.II/deal.II/source/numerics/matrices.cc

index 9770356f8859e9247892755ad5c54b47ab3c48c1..0dad67d400d4f4f49b89682898b440be0d9aa91c 100644 (file)
@@ -17,7 +17,7 @@
 #include <base/config.h>
 #include <dofs/dof_levels.h>
 #include <hp/dof_objects.h>
-#include <fe/fe_collection.h>
+#include <hp/fe_collection.h>
 
 #include <vector>
 
index 8c378a10fd5edb4806171aed7f2b7800a25bbcca..caea3b6ae3564cb46d1f3cfa29574b4d6d68516c 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2005, 2006 by the deal.II authors
+//    Copyright (C) 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -21,7 +21,7 @@
 #include <base/smartpointer.h>
 #include <dofs/function_map.h>
 #include <dofs/dof_iterator_selector.h>
-#include <fe/fe_collection.h>
+#include <hp/fe_collection.h>
 
 #include <vector>
 #include <map>
@@ -41,12 +41,6 @@ namespace internal
 
     
 
-/**
- * A namespace that holds all the classes that have to do with hp finite
- * elements.
- * 
- * @ingroup hp
- */
 namespace hp
 {
 
index 099a622d1c40af47d7ce3a083117bd878e778c96..745fafd82b5cf7e9f382032a3410e07271fb5e09 100644 (file)
@@ -14,7 +14,7 @@
 #define __deal2__hp_dof_objects_h
 
 #include <base/config.h>
-#include <fe/fe_collection.h>
+#include <hp/fe_collection.h>
 #include <hp/dof_handler.h>
 
 #include <vector>
index 3b3727ccffdc0b9236e4e6075a041b5a40213d68..818f2c9ed1ec77c633e5c29ad9a9437b64f95f79 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <base/config.h>
 #include <fe/fe.h>
-#include <fe/fe_collection.h>
-#include <fe/q_collection.h>
-#include <fe/mapping_collection.h>
+#include <hp/fe_collection.h>
+#include <hp/q_collection.h>
+#include <hp/mapping_collection.h>
 #include <fe/fe_values.h>
 
 #include <map>
index d49f096c3b791560cc5fd06335d124bcbdb9e100..84661e3da37ed4c834bf57f87bb7e0487eea55c7 100644 (file)
@@ -31,8 +31,8 @@
 #include <fe/fe.h>
 #include <hp/fe_values.h>
 #include <fe/mapping_q1.h>
-#include <fe/mapping_collection.h>
-#include <fe/q_collection.h>
+#include <hp/mapping_collection.h>
+#include <hp/q_collection.h>
 #include <numerics/vectors.h>
 #include <numerics/matrices.h>
 
index 43e42c20f83be742b0979a725f4cf8512f66c42a..30e0f478698c9fc1e1254f2f9f163739d8c8d816 100644 (file)
@@ -26,7 +26,7 @@
 #include <dofs/dof_constraints.h>
 #include <fe/fe.h>
 #include <fe/fe_values.h>
-#include <fe/fe_collection.h>
+#include <hp/fe_collection.h>
 #include <dofs/dof_tools.h>
 #include <lac/sparsity_pattern.h>
 #include <lac/compressed_sparsity_pattern.h>
index b3089f32a8ea63e28d7a80b24bdca534f9003e30..fd48b3173d7a49126ca7069b77aab4fc97daf456 100644 (file)
@@ -25,7 +25,7 @@
 #include <dofs/dof_tools.h>
 #include <fe/fe_dgq.h>
 #include <fe/mapping_q1.h>
-#include <fe/mapping_collection.h>
+#include <hp/mapping_collection.h>
 #include <multigrid/mg_dof_handler.h>
 #include <multigrid/mg_dof_accessor.h>
 
similarity index 99%
rename from deal.II/deal.II/source/fe/fe_collection.cc
rename to deal.II/deal.II/source/hp/fe_collection.cc
index e0c758090f5c2ed5ee2d4e5c75aef9745cf2ba66..7400de54d9b753f8778b6a67a649b05bcff7302f 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  fe_collection.cc  ---------------------------
 
 #include <base/memory_consumption.h>
-#include <fe/fe_collection.h>
+#include <hp/fe_collection.h>
 
 DEAL_II_NAMESPACE_OPEN
 
similarity index 98%
rename from deal.II/deal.II/source/fe/mapping_collection.cc
rename to deal.II/deal.II/source/hp/mapping_collection.cc
index 377fa779e707c942eaf9c6e0c92ca45ef08efce3..2d35df2b6712995d49633ffebb0fda0bb65f1017 100644 (file)
@@ -12,7 +12,7 @@
 //-----------------------  mapping_collection.cc  ---------------------------
 
 #include <base/memory_consumption.h>
-#include <fe/mapping_collection.h>
+#include <hp/mapping_collection.h>
 
 DEAL_II_NAMESPACE_OPEN
 
index 30bcc3c4831489c6d30c9c07edfe3329ab2d3f81..ea283b1200bca28b74cbfc9011b729c2b3485a8f 100644 (file)
@@ -26,9 +26,9 @@
 #include <fe/fe_values.h>
 #include <hp/fe_values.h>
 #include <fe/mapping_q1.h>
-#include <fe/q_collection.h>
-#include <fe/fe_collection.h>
-#include <fe/mapping_collection.h>
+#include <hp/q_collection.h>
+#include <hp/fe_collection.h>
+#include <hp/mapping_collection.h>
 #include <numerics/derivative_approximation.h>
 
 #include <cmath>
index a07dbed42a57cf805355b01178713d0b10d6542d..627fb9f1927881dbcc91f982ccd6cdf3849c9f35 100644 (file)
@@ -28,8 +28,8 @@
 #include <hp/fe_values.h>
 #include <fe/fe_update_flags.h>
 #include <fe/mapping_q1.h>
-#include <fe/q_collection.h>
-#include <fe/mapping_collection.h>
+#include <hp/q_collection.h>
+#include <hp/mapping_collection.h>
 #include <numerics/error_estimator.h>
 
 #include <numeric>
index 2bbc00088045317e706bbdc56cc9b6a09f4b87ec..d8e583b707f64248ec590cbfb2e6923cef6144a5 100644 (file)
@@ -27,7 +27,7 @@
 #include <fe/fe.h>
 #include <fe/fe_values.h>
 #include <hp/fe_values.h>
-#include <fe/mapping_collection.h>
+#include <hp/mapping_collection.h>
 #include <numerics/matrices.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>

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.