]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Derivative instead of gradient 17288/head
authorMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Thu, 18 Jul 2024 12:54:13 +0000 (14:54 +0200)
committerMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Thu, 18 Jul 2024 12:54:13 +0000 (14:54 +0200)
include/deal.II/matrix_free/fe_point_evaluation.h

index b8c28ad587cd16b21f352edda4bded1775a08cdc..be0236d4ab7791f3d16141b924183e3975bc4f1d 100644 (file)
@@ -1350,7 +1350,7 @@ public:
   normal_vector(const unsigned int point_index) const;
 
   /**
-   * Return the normal gradient in real coordinates at the point with index
+   * Return the normal derivative in real coordinates at the point with index
    * `point_index` after a call to FEPointEvaluation::evaluate() with
    * EvaluationFlags::gradients set.
    */
@@ -1358,7 +1358,7 @@ public:
   get_normal_derivative(const unsigned int point_index) const;
 
   /**
-   * Write a contribution that is tested by the normal gradient to the field
+   * Write a contribution that is tested by the normal derivative to the field
    * containing the values on points with the given `point_index`. Access to
    * the same field as through set_gradient()/get_gradient.
    */
@@ -1724,7 +1724,7 @@ public:
   normal_vector(const unsigned int point_index) const;
 
   /**
-   * Return the normal gradient in real coordinates at the point with index
+   * Return the normal derivative in real coordinates at the point with index
    * `point_index` after a call to FEFacePointEvaluation::evaluate() with
    * EvaluationFlags::gradients set.
    */
@@ -1732,7 +1732,7 @@ public:
   get_normal_derivative(const unsigned int point_index) const;
 
   /**
-   * Write a contribution that is tested by the normal gradient to the field
+   * Write a contribution that is tested by the normal derivative to the field
    * containing the values on points with the given `point_index`. Access to
    * the same field as through set_gradient()/get_gradient.
    */

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.