From a11884c0154cad0b953b0f805518b1b6ab18b685 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 9 Feb 2017 18:00:53 +0100 Subject: [PATCH] fix documentation of FEEvaluationAccess::submit_symmetric_gradient --- include/deal.II/matrix_free/fe_evaluation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index 11064e33bf..7c1a364880 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -1208,11 +1208,11 @@ public: const unsigned int q_point); /** - * Write a contribution that is tested by the gradient to the field + * Write a contribution that is tested by the symmetric gradient to the field * containing the values on quadrature points with component @p q_point. - * Access to the same field as through @p get_gradient. If applied before + * Access to the same field as through @p get_symmetric_gradient. If applied before * the function @p integrate(...,true) is called, this specifies the - * gradient which is tested by all basis function gradients on the current + * symmetric gradient which is tested by all basis function symmetric gradients on the current * cell and integrated over. */ void submit_symmetric_gradient(const SymmetricTensor<2,dim,VectorizedArray > grad_in, -- 2.39.5