]> https://gitweb.dealii.org/ - dealii.git/commitdiff
ShapeInfo: remove outdated comments 11263/head
authorPeter Munch <peterrmuench@gmail.com>
Fri, 27 Nov 2020 08:43:52 +0000 (09:43 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 27 Nov 2020 12:13:15 +0000 (13:13 +0100)
include/deal.II/matrix_free/shape_info.h

index 12f3b6eea1a13f3c9de6ac70fe77882f6ed950b8..8b7eba41b8128bca49d961ab30a63bbe4df8dedc 100644 (file)
@@ -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<dim>::size equal elements. The length of
+       * quadrature points. The length of
        * this array is <tt>n_dofs_1d * n_q_points_1d</tt> 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<dim>::size equal elements. The length of
+       * 1D quadrature points. The length of
        * this array is <tt>n_dofs_1d * n_q_points_1d</tt> 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<dim>::size equal elements. The length of
+       * 1D quadrature points. The length of
        * this array is <tt>n_dofs_1d * n_q_points_1d</tt> and quadrature
        * points are the index running fastest.
        */

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.