From 382c4da74e248a1568cd4d5f628a497cbd060213 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 31 Aug 2023 08:16:02 +0200 Subject: [PATCH] Also run check for symmetry for fe_degree = 0 --- include/deal.II/matrix_free/shape_info.templates.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/deal.II/matrix_free/shape_info.templates.h b/include/deal.II/matrix_free/shape_info.templates.h index c1fb15ee66..d534befa3d 100644 --- a/include/deal.II/matrix_free/shape_info.templates.h +++ b/include/deal.II/matrix_free/shape_info.templates.h @@ -1004,9 +1004,6 @@ namespace internal bool UnivariateShapeData::check_and_set_shapes_symmetric() { - if (fe_degree == 0) - return false; - const double zero_tol = std::is_same_v == true ? 1e-12 : 1e-7; // symmetry for values -- 2.39.5