]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make step-55 compile again 8109/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 12 May 2019 07:45:35 +0000 (09:45 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 12 May 2019 07:45:35 +0000 (09:45 +0200)
examples/step-55/step-55.cc

index eedda110cbd2f36a1b246afe534acb1f2fea9c6e..92f2e55b9eb23f6faa48d587e91d4f02c5a5bd77 100644 (file)
@@ -515,7 +515,7 @@ namespace Step55
     const FEValuesExtractors::Vector     velocities(0);
     const FEValuesExtractors::Scalar     pressure(dim);
 
-    for (const auto &cell : dof_handler.begin_active())
+    for (const auto &cell : dof_handler.active_cell_iterators())
       if (cell->is_locally_owned())
         {
           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.