From: Peter Munch Date: Fri, 27 Nov 2020 08:43:52 +0000 (+0100) Subject: ShapeInfo: remove outdated comments X-Git-Tag: v9.3.0-rc1~838^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c955e4ccc78be4a678306ea5e1507a05457e50;p=dealii.git ShapeInfo: remove outdated comments --- diff --git a/include/deal.II/matrix_free/shape_info.h b/include/deal.II/matrix_free/shape_info.h index 12f3b6eea1..8b7eba41b8 100644 --- a/include/deal.II/matrix_free/shape_info.h +++ b/include/deal.II/matrix_free/shape_info.h @@ -132,8 +132,7 @@ namespace internal /** * Stores the shape values of the 1D finite element evaluated on all 1D - * quadrature points in vectorized format, i.e., as an array of - * VectorizedArray::size equal elements. The length of + * quadrature points. The length of * this array is n_dofs_1d * n_q_points_1d and quadrature * points are the index running fastest. */ @@ -141,8 +140,7 @@ namespace internal /** * Stores the shape gradients of the 1D finite element evaluated on all - * 1D quadrature points in vectorized format, i.e., as an array of - * VectorizedArray::size equal elements. The length of + * 1D quadrature points. The length of * this array is n_dofs_1d * n_q_points_1d and quadrature * points are the index running fastest. */ @@ -150,8 +148,7 @@ namespace internal /** * Stores the shape Hessians of the 1D finite element evaluated on all - * 1D quadrature points in vectorized format, i.e., as an array of - * VectorizedArray::size equal elements. The length of + * 1D quadrature points. The length of * this array is n_dofs_1d * n_q_points_1d and quadrature * points are the index running fastest. */