]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a bug in step-34. 2630/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 24 May 2016 20:28:31 +0000 (16:28 -0400)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 24 May 2016 20:28:31 +0000 (16:28 -0400)
examples/step-34/step-34.cc

index 87e4caa76381fab5bf84699a4d47cbe146d6c631..d507e8fb8f074b718ed1a7a245b3d3fba29795b9 100644 (file)
@@ -768,7 +768,7 @@ namespace Step34
                                        difference_per_cell,
                                        QGauss<(dim-1)>(2*fe.degree+1),
                                        VectorTools::L2_norm);
-    const double L2_error = VectorTools::compute_global_error(triangulation,
+    const double L2_error = VectorTools::compute_global_error(tria,
                                                               difference_per_cell,
                                                               VectorTools::L2_norm);
 

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.