]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 24 May 2023 17:53:41 +0000 (13:53 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 24 May 2023 17:53:41 +0000 (13:53 -0400)
include/deal.II/matrix_free/cuda_matrix_free.templates.h

index 981e525d44b4ad6c4a21540ceaf63af4c423feca..fdefd46e6ae9817d1c83e019ced5a01ba8facbd1 100644 (file)
@@ -266,7 +266,7 @@ namespace CUDAWrappers
                 for (unsigned int d = 0; d < dim; ++d)
                   for (unsigned int e = 0; e < dim; ++e)
                     inv_jacobian_host(cell_id, i, d, e) =
-                      fe_values.inverse_jacobian(i)[d][e];
+                      inv_jacobians[i][d][e];
             }
         }
 

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.