]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Miscellaneous cleanup in DoFHandler. 11967/head
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 26 Mar 2021 06:12:01 +0000 (00:12 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 26 Mar 2021 19:07:15 +0000 (13:07 -0600)
include/deal.II/dofs/dof_handler.h

index c4c15ab2e8c9be9958bbdcd9c1ea055a246ac55b..74254e33748fed80111bac25d7c3e25582d48170 100644 (file)
@@ -535,7 +535,7 @@ public:
 
   /**
    * Invalid active FE index which will be used as a default value to determine
-   *  whether a future FE index has been set or not.
+   * whether a future FE index has been set or not.
    */
   static const active_fe_index_type invalid_active_fe_index =
     static_cast<active_fe_index_type>(-1);
@@ -1245,18 +1245,15 @@ public:
                            locally_owned_mg_dofs_per_processor(const unsigned int level) const;
 
   /**
-   * Return a constant reference to the selected finite element object.
-   * Since there is only one FiniteElement @p index must be equal to zero
-   * which is also the default value.
+   * Return a constant reference to the indexth finite element object that is
+   * used by this object.
    */
   const FiniteElement<dim, spacedim> &
   get_fe(const unsigned int index = 0) const;
 
   /**
    * Return a constant reference to the set of finite element objects that
-   * are used by this @p DoFHandler. Since this object only contains one
-   * FiniteElement, only this one object is returned wrapped in a
-   * hp::FECollection.
+   * are used by this object.
    */
   const hp::FECollection<dim, spacedim> &
   get_fe_collection() 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.