From: Wolfgang Bangerth Date: Mon, 20 Aug 2018 17:30:24 +0000 (-0600) Subject: Update a comment about which FEValues extractors are available. X-Git-Tag: v9.1.0-rc1~797^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafb6baff95a7b272ed82681e8df31395ad3b051;p=dealii.git Update a comment about which FEValues extractors are available. --- diff --git a/include/deal.II/fe/fe_values_extractors.h b/include/deal.II/fe/fe_values_extractors.h index 0807c9feed..36e0110f76 100644 --- a/include/deal.II/fe/fe_values_extractors.h +++ b/include/deal.II/fe/fe_values_extractors.h @@ -30,7 +30,8 @@ DEAL_II_NAMESPACE_OPEN * with corresponding type from the namespace FEValuesViews. There are * extractors for single scalar components, vector components consisting of * dim elements, and second order symmetric tensors consisting of - * (dim*dim + dim)/2 components + * (dim*dim + dim)/2 components, as well as second order + * nonsymmetric tensors. * * See the description of the * @ref vector_valued