]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix some links to classes in the hp namespace. 3027/head
authorDavid Wells <wellsd2@rpi.edu>
Sun, 28 Aug 2016 23:41:24 +0000 (19:41 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 28 Aug 2016 23:41:54 +0000 (19:41 -0400)
include/deal.II/dofs/block_info.h
include/deal.II/fe/fe_values.h

index c079c4aac59638ae7b0237d4cc09e67713f76f4c..59171d0a5ea9c592abc415a2520627e8feaa3adb 100644 (file)
@@ -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
index c818de08ea396fd67b6f1fa050376b0e71c71128..c20ce9a6e0c5ee5ab6c8179de5222dd0a0f2a4ed 100644 (file)
@@ -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<dim,spacedim> &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<dim,spacedim> &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<dim,spacedim> &get_present_fe_values () const;
 

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


Typeset in Trocchi and Trocchi Bold Sans Serif.