]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Minor adjustments to make this program more similar with ASPECT before we
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Sep 2011 03:02:20 +0000 (03:02 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Sep 2011 03:02:20 +0000 (03:02 +0000)
started to implement significantly new physics there.

git-svn-id: https://svn.dealii.org/trunk@24360 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index b000b0c1853124771c4b5966d7ed82530a621a1b..6cb568d79b75ff4ab27a4981ac484d89d98b7144 100644 (file)
@@ -7,7 +7,7 @@
 /* $Id$ */
 /* Author: Martin Kronbichler, Uppsala University,
            Wolfgang Bangerth, Texas A&M University,
-          Timo Heister, University of Gรถttingen, 2008-2011 */
+          Timo Heister, University of Goettingen, 2008-2011 */
 /*                                                                */
 /*    Copyright (C) 2008, 2009, 2010, 2011 by the deal.II authors */
 /*                                                                */
@@ -3991,6 +3991,12 @@ void BoussinesqFlowProblem<dim>::run ()
                                     -time_step/old_time_step,
                                     old_old_temperature_solution);
        }
+
+                                      // every 100 time steps output
+                                      // a summary of the current
+                                      // timing information
+      if (timestep_number % 100 == 0)
+       computing_timer.print_summary ();
     }
   while (true);
 

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.