]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unnecessary but expensive call.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Sep 2010 09:59:22 +0000 (09:59 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Sep 2010 09:59:22 +0000 (09:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@21973 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/inhomogeneous_constraints.cc

index a7965967a2bb6e8eaa0550e102e2373212acc2cf..41ad64da569453989ba5ecf04ff16e204f0637e1 100644 (file)
@@ -690,7 +690,8 @@ void LaplaceProblem<dim>::run ()
       assemble_test_2 ();
 
       solve ();
-      postprocess ();
+      if (cycle < 2)
+       postprocess ();
     }
 }
 

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.