]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos in hp::FECollection doc 12886/head
authorFabian Castelli <fabian.castelli@kit.edu>
Tue, 26 Oct 2021 11:06:09 +0000 (13:06 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Tue, 26 Oct 2021 11:06:09 +0000 (13:06 +0200)
include/deal.II/hp/fe_collection.h

index 428552e0f11e2777aa90f49933fb8c2e76bbb738..abc10fb004b4253c462e188ef6aa9f3371e279cb 100644 (file)
@@ -45,7 +45,7 @@ namespace hp
    * cells of a triangulation.
    *
    * This class has not yet been implemented for the use in the codimension
-   * one case (<tt>spacedim != dim </tt>).
+   * one case (<tt>spacedim != dim</tt>).
    *
    * @ingroup hp hpcollection
    */
@@ -586,7 +586,7 @@ namespace hp
      * By default, the index succeeding @p fe_index will be returned. If @p fe_index
      * already corresponds to the last index, the last index will be returned.
      * A custom hierarchy can be supplied via the member function
-     * set_hierachy().
+     * set_hierarchy().
      */
     unsigned int
     next_in_hierarchy(const unsigned int fe_index) const;
@@ -598,7 +598,7 @@ namespace hp
      * By default, the index preceding @p fe_index will be returned. If @p fe_index
      * already corresponds to the first index, the first index will be returned.
      * A custom hierarchy can be supplied via the member function
-     * set_hierachy().
+     * set_hierarchy().
      */
     unsigned int
     previous_in_hierarchy(const unsigned int fe_index) 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.