#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>
// $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
#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>
-/**
- * A namespace that holds all the classes that have to do with hp finite
- * elements.
- *
- * @ingroup hp
- */
namespace hp
{
#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>
#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>
#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>
#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>
#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>
//---------------------------- fe_collection.cc ---------------------------
#include <base/memory_consumption.h>
-#include <fe/fe_collection.h>
+#include <hp/fe_collection.h>
DEAL_II_NAMESPACE_OPEN
//----------------------- mapping_collection.cc ---------------------------
#include <base/memory_consumption.h>
-#include <fe/mapping_collection.h>
+#include <hp/mapping_collection.h>
DEAL_II_NAMESPACE_OPEN
#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>
#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>
#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>