From 69c47305da8298b99adf5a9b9382685b29aead37 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 30 Mar 2020 08:30:35 +0200 Subject: [PATCH] MappingInfo: Use correct update flags for face quadrature fields --- include/deal.II/matrix_free/mapping_info.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/mapping_info.templates.h b/include/deal.II/matrix_free/mapping_info.templates.h index ee0d69757f..dcfab025c7 100644 --- a/include/deal.II/matrix_free/mapping_info.templates.h +++ b/include/deal.II/matrix_free/mapping_info.templates.h @@ -2687,7 +2687,7 @@ namespace internal my_data.normals_times_jacobians[0].resize_fast(max_size); my_data.normals_times_jacobians[1].resize_fast(max_size); - if (update_flags_cells & update_quadrature_points) + if (update_flags_common & update_quadrature_points) { my_data.quadrature_point_offsets.resize(face_type.size()); my_data.quadrature_point_offsets[0] = 0; -- 2.39.5