From: Maximilian Bergbauer Date: Mon, 26 Feb 2024 14:58:28 +0000 (+0100) Subject: Fix function name in docu X-Git-Tag: v9.6.0-rc1~522^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b75b1f74bb6638544c6783417c4e7a5f199bd2;p=dealii.git Fix function name in docu --- diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index e763aa9a8c..2fd37932a7 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -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 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 void