From aa23e6467f7f37eb2149e6d5ff63fa21b051857b Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sat, 7 Aug 2021 20:40:52 +0200 Subject: [PATCH] Small modifications of FEEvaluation documentation --- include/deal.II/matrix_free/fe_evaluation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index 6ef074383c..f80ad46e33 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -2025,10 +2025,10 @@ protected: * phi.reinit(cell_index); * for (unsigned int q=0; q > p_vect = + * const Point > p_vect = * phi.quadrature_point(q); * // Need to evaluate function for each component in VectorizedArray - * VectorizedArray f_value; + * VectorizedArray f_value = 0.0; * for (unsigned int v=0; v::size(); ++v) * { * Point p; -- 2.39.5