From: Denis Davydov Date: Thu, 9 Feb 2017 17:00:53 +0000 (+0100) Subject: fix documentation of FEEvaluationAccess::submit_symmetric_gradient X-Git-Tag: v8.5.0-rc1~128^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3955%2Fhead;p=dealii.git fix documentation of FEEvaluationAccess::submit_symmetric_gradient --- 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,