]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix function name in docu 16695/head
authorMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Mon, 26 Feb 2024 14:58:28 +0000 (15:58 +0100)
committerMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Mon, 26 Feb 2024 14:58:28 +0000 (15:58 +0100)
include/deal.II/matrix_free/matrix_free.h

index e763aa9a8caedbccf9c193db415c14a0e2a92e32..2fd37932a781c9182adfafaf96fd3675092db127 100644 (file)
@@ -1636,7 +1636,7 @@ public:
   /**
    * Initialize function for a vector with each entry associated with a cell
    * batch (cell data). For reading and writing the vector use:
-   * FEEvaluationBase::read_cell_data() and FEEvaluationBase::write_cell_data().
+   * FEEvaluationBase::read_cell_data() and FEEvaluationBase::set_cell_data().
    */
   template <typename T>
   void
@@ -1645,7 +1645,7 @@ public:
   /**
    * Initialize function for a vector with each entry associated with a face
    * batch (face data). For reading and writing the vector use:
-   * FEEvaluationBase::read_face_data() and FEEvaluationBase::write_face_data().
+   * FEEvaluationBase::read_face_data() and FEEvaluationBase::set_face_data().
    */
   template <typename T>
   void

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.