]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make test somewhat shorter. Still produces reasonable results.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Feb 2000 18:42:50 +0000 (18:42 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Feb 2000 18:42:50 +0000 (18:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@2530 0785d39b-7218-0410-832d-ea1e28bc413d

tests/big-tests/nonlinear/fixed-point-iteration/nonlinear.cc

index c57abffbb2c80b48f502b763a13174b607527504..5c305727dcb3dc8c77a4309936cf3c123a869c0d 100644 (file)
@@ -179,7 +179,7 @@ void NonlinearProblem<dim>::run () {
   GridGenerator::hyper_cube (*tria);
   tria->refine_global (4);
 
-  for (unsigned int refinement_step=0; refinement_step<10; ++refinement_step)
+  for (unsigned int refinement_step=0; refinement_step<5; ++refinement_step)
     {
       cout << "Refinement step " << refinement_step << endl
           << "  Grid has " << tria->n_active_cells() << " active cells." << endl;

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.