]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do less output. Do less mesh refinement.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 4 Sep 2009 19:54:09 +0000 (19:54 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 4 Sep 2009 19:54:09 +0000 (19:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@19395 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 23667c50fbacb750d30f460f675ef40df656b9fb..4f33c70c3a66967cca46cc0fe01220f8e87e8fbe 100644 (file)
@@ -2825,7 +2825,7 @@ void BoussinesqFlowProblem<dim>::solve ()
 template <int dim>
 void BoussinesqFlowProblem<dim>::output_results ()
 {
-  if (timestep_number % 20 != 0)
+  if (timestep_number % 25 != 0)
     return;
 
   computing_timer.enter_section ("Postprocessing");
@@ -3097,7 +3097,7 @@ void BoussinesqFlowProblem<dim>::run ()
          goto start_time_iteration;
        }
       else
-       if ((timestep_number > 0) && (timestep_number % 5 == 0))
+       if ((timestep_number > 0) && (timestep_number % 10 == 0))
          refine_mesh (initial_refinement + n_pre_refinement_steps);
 
       output_results ();

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.