]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix typo 14823/head
authorMagdalena Schreter <schreter.magdalena@gmail.com>
Wed, 22 Feb 2023 10:43:14 +0000 (11:43 +0100)
committerMagdalena Schreter <schreter.magdalena@gmail.com>
Wed, 22 Feb 2023 10:46:53 +0000 (11:46 +0100)
include/deal.II/matrix_free/fe_point_evaluation.h

index 658c9e074f57b8023b52e62700e3847e263466ed..e1e78279597e7f26e8dc714ec0faa86880d8b52f 100644 (file)
@@ -514,7 +514,7 @@ public:
 
   /**
    * Return the value at quadrature point number @p point_index after a call to
-   * FEPointEvaluation::evaluate() with EvaluationFlags::value set, or
+   * FEPointEvaluation::evaluate() with EvaluationFlags::values set, or
    * the value that has been stored there with a call to
    * FEPointEvaluation::submit_value(). If the object is vector-valued, a
    * vector-valued return argument is given.
@@ -536,7 +536,7 @@ public:
   /**
    * Return the gradient in real coordinates at the point with index
    * `point_index` after a call to FEPointEvaluation::evaluate() with
-   * EvaluationFlags::gradient set, or the gradient that has been stored there
+   * EvaluationFlags::gradients set, or the gradient that has been stored there
    * with a call to FEPointEvaluation::submit_gradient(). The gradient in real
    * coordinates is obtained by taking the unit gradient (also accessible via
    * get_unit_gradient()) and applying the inverse Jacobian of the mapping. If
@@ -548,7 +548,7 @@ public:
   /**
    * Return the gradient in unit coordinates at the point with index
    * `point_index` after a call to FEPointEvaluation::evaluate() with
-   * EvaluationFlags::gradient set, or the gradient that has been stored there
+   * EvaluationFlags::gradients set, or the gradient that has been stored there
    * with a call to FEPointEvaluation::submit_gradient(). If the object is
    * vector-valued, a vector-valued return argument is given. Note that when
    * vectorization is enabled, values from several points are grouped

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.