From: David Wells Date: Sun, 28 Aug 2016 23:41:24 +0000 (-0400) Subject: Fix some links to classes in the hp namespace. X-Git-Tag: v8.5.0-rc1~727^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3027%2Fhead;p=dealii.git Fix some links to classes in the hp namespace. --- diff --git a/include/deal.II/dofs/block_info.h b/include/deal.II/dofs/block_info.h index c079c4aac5..59171d0a5e 100644 --- a/include/deal.II/dofs/block_info.h +++ b/include/deal.II/dofs/block_info.h @@ -85,7 +85,7 @@ namespace hp * level. * * @todo Extend the functions local() and renumber() to the concept to - * hpDoFHandler. + * hp::DoFHandler. * * @ingroup dofs * @author Guido Kanschat, 2009 diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index c818de08ea..c20ce9a6e0 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -2834,14 +2834,15 @@ public: * Return a reference to this very object. * * Though it seems that it is not very useful, this function is there to - * provide capability to the hpFEValues class, in which case it provides the - * FEValues object for the present cell (remember that for hp finite + * provide capability to the hp::FEValues class, in which case it provides + * the FEValues object for the present cell (remember that for hp finite * elements, the actual FE object used may change from cell to cell, so we * also need different FEValues objects for different cells; once you - * reinitialize the hpFEValues object for a specific cell, it retrieves the - * FEValues object for the FE on that cell and returns it through a function - * of the same name as this one; this function here therefore only provides - * the same interface so that one can templatize on FEValues/hpFEValues). + * reinitialize the hp::FEValues object for a specific cell, it retrieves + * the FEValues object for the FE on that cell and returns it through a + * function of the same name as this one; this function here therefore only + * provides the same interface so that one can templatize on FEValues and + * hp::FEValues). */ const FEValues &get_present_fe_values () const; @@ -3033,14 +3034,15 @@ public: * Return a reference to this very object. * * Though it seems that it is not very useful, this function is there to - * provide capability to the hpFEValues class, in which case it provides the - * FEValues object for the present cell (remember that for hp finite + * provide capability to the hp::FEValues class, in which case it provides + * the FEValues object for the present cell (remember that for hp finite * elements, the actual FE object used may change from cell to cell, so we * also need different FEValues objects for different cells; once you - * reinitialize the hpFEValues object for a specific cell, it retrieves the - * FEValues object for the FE on that cell and returns it through a function - * of the same name as this one; this function here therefore only provides - * the same interface so that one can templatize on FEValues/hpFEValues). + * reinitialize the hp::FEValues object for a specific cell, it retrieves + * the FEValues object for the FE on that cell and returns it through a + * function of the same name as this one; this function here therefore only + * provides the same interface so that one can templatize on FEValues and + * hp::FEValues). */ const FEFaceValues &get_present_fe_values () const; private: @@ -3147,14 +3149,15 @@ public: * Return a reference to this very object. * * Though it seems that it is not very useful, this function is there to - * provide capability to the hpFEValues class, in which case it provides the - * FEValues object for the present cell (remember that for hp finite + * provide capability to the hp::FEValues class, in which case it provides + * the FEValues object for the present cell (remember that for hp finite * elements, the actual FE object used may change from cell to cell, so we * also need different FEValues objects for different cells; once you - * reinitialize the hpFEValues object for a specific cell, it retrieves the - * FEValues object for the FE on that cell and returns it through a function - * of the same name as this one; this function here therefore only provides - * the same interface so that one can templatize on FEValues/hpFEValues). + * reinitialize the hp::FEValues object for a specific cell, it retrieves + * the FEValues object for the FE on that cell and returns it through a + * function of the same name as this one; this function here therefore only + * provides the same interface so that one can templatize on FEValues and + * hp::FEValues). */ const FESubfaceValues &get_present_fe_values () const;