]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix broken step-56 8719/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 9 Sep 2019 20:06:25 +0000 (22:06 +0200)
committerTimo Heister <timo.heister@gmail.com>
Mon, 9 Sep 2019 20:06:25 +0000 (22:06 +0200)
examples/step-56/step-56.cc

index 042b152e472db6e5e6d818fd9811be739a250a79..81126b1614216ba1ea493e2815babb1941d0c46b 100644 (file)
@@ -750,7 +750,7 @@ namespace Step56
       }
 
     // This iterator goes over all cells (not just active)
-    for (const auto &cell : velocity_dof_handler.active_cell_iterators())
+    for (const auto &cell : velocity_dof_handler.cell_iterators())
       {
         fe_values.reinit(cell);
         cell_matrix = 0;

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.