]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Also run check for symmetry for fe_degree = 0 15949/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 31 Aug 2023 06:16:02 +0000 (08:16 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 31 Aug 2023 06:16:02 +0000 (08:16 +0200)
include/deal.II/matrix_free/shape_info.templates.h

index c1fb15ee66c7b7347a0c5da0a8f66284273e788a..d534befa3d2d41e51bdfe2d93ff43ca2d82a5af4 100644 (file)
@@ -1004,9 +1004,6 @@ namespace internal
     bool
     UnivariateShapeData<Number>::check_and_set_shapes_symmetric()
     {
-      if (fe_degree == 0)
-        return false;
-
       const double zero_tol =
         std::is_same_v<Number, double> == true ? 1e-12 : 1e-7;
       // symmetry for values

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.