From: Martin Kronbichler Date: Mon, 30 Mar 2020 06:30:35 +0000 (+0200) Subject: MappingInfo: Use correct update flags for face quadrature fields X-Git-Tag: v9.2.0-rc1~329^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c47305da8298b99adf5a9b9382685b29aead37;p=dealii.git MappingInfo: Use correct update flags for face quadrature fields --- 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;