]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update an outdated code comment 10791/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 3 Aug 2020 09:10:01 +0000 (11:10 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 3 Aug 2020 09:10:01 +0000 (11:10 +0200)
include/deal.II/matrix_free/operators.h

index 77e2cf2db1f288efb976636d5df6e18f35f698fc..16c85505e5d816b3a779aa03c82f5deb4bf306f5 100644 (file)
@@ -991,8 +991,7 @@ namespace MatrixFreeOperators
            ExcMessage(
              "Expected diagonal to be a multiple of scalar dof per cells"));
 
-    // temporarily reduce size of inverse_jxw to dofs_per_cell to get JxW values
-    // from fe_eval (will not reallocate any memory)
+    // compute values for the first component
     for (unsigned int q = 0; q < dofs_per_component_on_cell; ++q)
       inverse_jxw[q] = 1. / fe_eval.JxW(q);
     // copy values to rest of vector

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.