From 90308e72246be352a3578c1f941cd98fc0915f0f Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 28 Aug 2016 19:41:24 -0400 Subject: [PATCH] Fix some links to classes in the hp namespace. --- include/deal.II/dofs/block_info.h | 2 +- include/deal.II/fe/fe_values.h | 39 +++++++++++++++++-------------- 2 files changed, 22 insertions(+), 19 deletions(-) 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; -- 2.39.5