happen.
In deal.II, the $hp$ functionality is largely packaged into
-the @ref hp namespace. This namespace provides classes that handle
+the hp namespace. This namespace provides classes that handle
$hp$ discretizations, assembling matrices and vectors, and other
tasks. We will get to know many of them further down below. In
addition, many of the functions in the DoFTools, and VectorTools
-classes accept $hp$ objects in addition to the non-$hp$ ones.
+classes accept $hp$ objects in addition to the non-$hp$ ones. Much of
+the $hp$ implementation is also discussed in the @ref hp documentation
+module and the links found there.
It may be worth giving a slightly larger perspective at the end of
this first part of the introduction. $hp$ functionality has been
the same time.
+
<h3>Assembling matrices and vectors with $hp$ objects</h3>
+
+
+
+
<h3>A simple indicator for $hp$ refinement and estimating smoothness</h3>
One of the central pieces of the adaptive finite element method is that we