]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use sensible default parameter
authorBruno Turcksin <bruno.turcksin@gmail.com>
Wed, 13 May 2020 02:01:49 +0000 (02:01 +0000)
committerMatthias Maier <tamiko@43-1.org>
Wed, 13 May 2020 15:37:24 +0000 (10:37 -0500)
include/deal.II/matrix_free/cuda_matrix_free.h

index 8e958ab1e2e159fe5b0808ed1d3db4898f14838e..46dcc2e03ca4392e03d196407881f37995085626 100644 (file)
@@ -105,7 +105,8 @@ namespace CUDAWrappers
       AdditionalData(
         const ParallelizationScheme parallelization_scheme = parallel_in_elem,
         const UpdateFlags           mapping_update_flags   = update_gradients |
-                                                 update_JxW_values,
+                                                 update_JxW_values |
+                                                 update_quadrature_points,
         const bool use_coloring                      = false,
         const bool n_colors                          = 1,
         const bool overlap_communication_computation = false)

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.