/**
* Manage the distribution and numbering of the degrees of freedom for
* hp-FEM algorithms.
- */
+ *
+ * @ingroup dofs
+*/
template <int dim>
class hpDoFHandler : public Subscriptor,
protected Triangulation<dim>::RefinementListener
/* -------------- declaration of explicit specializations ------------- */
+#ifndef DOXYGEN
+
template <> unsigned int hpDoFHandler<1>::n_boundary_dofs () const;
template <> unsigned int hpDoFHandler<1>::n_boundary_dofs (const FunctionMap &) const;
template <> unsigned int hpDoFHandler<1>::n_boundary_dofs (const std::set<unsigned char> &) const;
}
-/*---------------------------- dof.h ---------------------------*/
+#endif
#endif
-/*---------------------------- dof.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