]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix several grammar mistakes in a comment. 3249/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 14 Oct 2016 21:43:37 +0000 (16:43 -0500)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 14 Oct 2016 21:43:37 +0000 (16:43 -0500)
While there, also wrap it.

source/fe/mapping_q_generic.cc

index 5de96793ccde990a3b195eb71fa155c2cdedf909..154217f67515c9ba054f7c7064f8e87bd92d07d5 100644 (file)
@@ -1918,14 +1918,12 @@ MappingQGeneric<dim,spacedim>::requires_update_flags (const UpdateFlags in) cons
                  | update_jacobian_pushed_forward_3rd_derivatives) )
         out |= update_covariant_transformation;
 
-      // The contravariant transformation
-      // used in the Piola transformation, which
-      // requires the determinant of the
-      // Jacobi matrix of the transformation.
-      // Because we have no way of knowing here whether the finite
-      // elements wants to use the contravariant of the Piola
-      // transforms, we add the JxW values to the list of flags to be
-      // updated for each cell.
+      // The contravariant transformation is used in the Piola
+      // transformation, which requires the determinant of the Jacobi
+      // matrix of the transformation.  Because we have no way of
+      // knowing here whether the finite element wants to use the
+      // contravariant or the Piola transforms, we add the JxW values
+      // to the list of flags to be updated for each cell.
       if (out & update_contravariant_transformation)
         out |= update_JxW_values;
 

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.