]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove double quadrature_formula definition 12812/head
authorFabian Castelli <fabian.castelli@kit.edu>
Fri, 8 Oct 2021 09:33:08 +0000 (11:33 +0200)
committerFabian Castelli <fabian.castelli@kit.edu>
Mon, 11 Oct 2021 14:52:32 +0000 (16:52 +0200)
examples/step-72/step-72.cc

index b4b21033251c2410433dfc34ff7b2d061df669be..0d22f727f92a45db5561e2f0071499fe579a8882 100644 (file)
@@ -920,8 +920,7 @@ namespace Step72
     evaluation_point = current_solution;
     evaluation_point.add(alpha, newton_update);
 
-    const QGauss<dim> quadrature_formula(fe.degree + 1);
-    FEValues<dim>     fe_values(fe,
+    FEValues<dim> fe_values(fe,
                             quadrature_formula,
                             update_gradients | update_quadrature_points |
                               update_JxW_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.