]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clarify documentation. 18284/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 24 Mar 2025 14:28:37 +0000 (08:28 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 24 Mar 2025 14:28:37 +0000 (08:28 -0600)
include/deal.II/dofs/dof_tools.h
include/deal.II/fe/fe.h

index 58edf05095f2572fa728050f42c0e81cce0e4651..612803d97c7d5d70e3ec50b0e90bca596b39059e 100644 (file)
@@ -2257,11 +2257,14 @@ namespace DoFTools
    * @ref GlossSupport "glossary entry")
    * for all the degrees of freedom handled by this DoF handler object. This
    * function, of course, only works if the finite element object used by the
-   * DoF handler object actually provides support points, i.e. no edge
-   * elements or the like. Otherwise, an exception is thrown.
-   *
-   * @pre The given array must have a length of as many elements as there are
-   * degrees of freedom.
+   * DoF handler object actually provides support points; this rules out
+   * "modal" elements in which the shape functions are not defined via point
+   * evaluation at individual node points, but by integrals. In practice, this
+   * function checks the requirement by requiring that the element in question
+   * returns `true` from the FiniteElement::has_support_points().
+   *
+   * @pre The given array `support_points` must have a length of as many
+   * elements as there are degrees of freedom.
    *
    * @note The precondition to this function that the output argument needs to
    * have size equal to the total number of degrees of freedom makes this
index 5bd664af84bff702463a45a361c9b66e6ecbf58e..ad8743fdc4bea2f6cd837f490341464d6e9ea829 100644 (file)
@@ -2125,7 +2125,7 @@ public:
    * The result may be false if a finite element defines itself not by
    * interpolating shape functions, but by other means. A typical example are
    * discontinuous $P$-type elements on quadrilaterals (rather than the common
-   * $Q$-type elements on quadrilaterals). Elements will generally only
+   * $Q$-type elements on quadrilaterals). Elements will generally only return
    * `true` if they construct their shape functions by the
    * requirement that they be nonzero at a certain point and zero at all the
    * points associated with the other shape functions. In other words,

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.