]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #16863 from bangerth/40-2
authorMatthias Maier <tamiko@43-1.org>
Sun, 7 Apr 2024 03:21:27 +0000 (03:21 +0000)
committerGitHub <noreply@github.com>
Sun, 7 Apr 2024 03:21:27 +0000 (03:21 +0000)
Unclutter step-40's run() function.

1  2 
examples/step-40/step-40.cc

index 5291257e077d67cefcde96a03eb03939ef0e46a1,818769774dd10fca225bd6b9efbd1577a325a5fc..622700234bb94b3d3e8600a3e9f1f117ed3e314f
@@@ -647,15 -650,13 +653,9 @@@ namespace Step4
            refine_grid();
  
          setup_system();
-         pcout << "   Number of active cells:       "
-               << triangulation.n_global_active_cells() << std::endl
-               << "   Number of degrees of freedom: " << dof_handler.n_dofs()
-               << std::endl;
          assemble_system();
          solve();
 -
 -        {
 -          TimerOutput::Scope t(computing_timer, "output");
 -          output_results(cycle);
 -        }
 +        output_results(cycle);
  
          computing_timer.print_summary();
          computing_timer.reset();

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.