]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Undo unintended change
authorMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Fri, 26 May 2023 11:57:10 +0000 (13:57 +0200)
committerMaximilian Bergbauer <maximilian.bergbauer@tum.de>
Fri, 26 May 2023 11:57:10 +0000 (13:57 +0200)
include/deal.II/matrix_free/fe_point_evaluation.h

index e7e5f4b78e0be7fa5318c713e9dd6e9b7ebd5367..25bb4fc7b38c6bd63b60c70c52dff3ba5ba378fc 100644 (file)
@@ -1610,7 +1610,7 @@ FEPointEvaluation<n_components_, dim, spacedim, Number>::do_reinit()
 
   // use face path if mapping_info in face state and number of quadrature points
   // is large enough
-  use_face_path = mapping_info->is_face_state() && n_q_points_scalar >= 9;
+  use_face_path = mapping_info->is_face_state() && n_q_points_scalar >= 6;
 
   // set unit point pointer
   const unsigned int unit_point_offset =

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.