]> https://gitweb.dealii.org/ - dealii.git/commitdiff
portable::FEEvaluation documentation fixes 17492/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 12 Aug 2024 21:14:23 +0000 (17:14 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 13 Aug 2024 12:46:22 +0000 (08:46 -0400)
include/deal.II/matrix_free/portable_fe_evaluation.h

index 9c55e8c152af69f66661ab8829942ee68b961d4f..f94adf548d8a47c14db32177db4219fffb0a256b 100644 (file)
@@ -135,9 +135,9 @@ namespace Portable
     /**
      * Evaluate the function values and the gradients of the FE function given
      * at the DoF values in the input vector at the quadrature points on the
-     * unit cell. The function arguments specify which parts shall actually be
-     * computed. This function needs to be called before the functions
-     * @p get_value() or @p get_gradient() give useful information.
+     * unit cell. The function argument @p evaluate_flag specifies which parts
+     * shall actually be computed. This function needs to be called before the
+     * functions @p get_value() or @p get_gradient() give useful information.
      */
     DEAL_II_HOST_DEVICE void
     evaluate(const EvaluationFlags::EvaluationFlags evaluate_flag);
@@ -157,9 +157,8 @@ namespace Portable
     /**
      * This function takes the values and/or gradients that are stored on
      * quadrature points, tests them by all the basis functions/gradients on
-     * the cell and performs the cell integration. The two function arguments
-     * @p integrate_val and @p integrate_grad are used to enable/disable some
-     * of the values or the gradients.
+     * the cell and performs the cell integration as specified by the
+     * @p integration_flag argument.
      */
     DEAL_II_HOST_DEVICE void
     integrate(const EvaluationFlags::EvaluationFlags integration_flag);

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.