]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MF mapping info: Avoid invalid access of some face-data-by-cells 10762/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 29 Jul 2020 15:35:23 +0000 (17:35 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 7 Aug 2020 12:09:09 +0000 (14:09 +0200)
include/deal.II/matrix_free/mapping_info.templates.h

index 39fc06fea409a3bd58eaa5770cac77a11c92ba18..0ed71677c962c86735f430b1d0da49f18cee883c 100644 (file)
@@ -3038,7 +3038,7 @@ namespace internal
                                     reorder_face_derivative_indices<dim>(face,
                                                                          e);
                                   face_data_by_cells[my_q]
-                                    .jacobians[1][offset + q][d][e][v] =
+                                    .jacobians[1][offset][d][e][v] =
                                     inv_jac[d][ee];
                                 }
                           }

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.