From 22c955e4ccc78be4a678306ea5e1507a05457e50 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 27 Nov 2020 09:43:52 +0100 Subject: [PATCH] ShapeInfo: remove outdated comments --- include/deal.II/matrix_free/shape_info.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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. */ -- 2.39.5