From 8c2fa30040db06f61401d04b05a424e587aa8780 Mon Sep 17 00:00:00 2001 From: Maximilian Bergbauer Date: Fri, 26 May 2023 13:57:10 +0200 Subject: [PATCH] Undo unintended change --- include/deal.II/matrix_free/fe_point_evaluation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/fe_point_evaluation.h b/include/deal.II/matrix_free/fe_point_evaluation.h index e7e5f4b78e..25bb4fc7b3 100644 --- a/include/deal.II/matrix_free/fe_point_evaluation.h +++ b/include/deal.II/matrix_free/fe_point_evaluation.h @@ -1610,7 +1610,7 @@ FEPointEvaluation::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 = -- 2.39.5