]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
test runs in restricted version
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Apr 2001 09:59:00 +0000 (09:59 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Apr 2001 09:59:00 +0000 (09:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@4486 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/mglocal.cc
tests/deal.II/mglocal.checked

index ddde141e39de40fb791b420745d7025d3d54fe7e..a94b298444e3b61e5837ab9e75092dbe9e4d36e0 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -74,7 +74,7 @@ int main()
   //  logfile.precision (3);
   deallog.attach(logfile);
 //  deallog.log_execution_time(true);
-  deallog.depth_console(0);
+//  deallog.depth_console(0);
 
   deallog << "Test" << std::endl;
   
@@ -82,7 +82,7 @@ int main()
   RHSFunction<2> rhs;
   QGauss5<2> quadrature;
   
-  for (unsigned int degree=1;degree<=3;degree++)
+  for (unsigned int degree=1;degree<=1;degree++)
     {
       Triangulation<2> tr;
       GridGenerator::hyper_cube(tr,-M_PI_2,M_PI_2);
@@ -138,7 +138,7 @@ int main()
          u.reinit(f);
          PrimitiveVectorMemory<> mem;
 
-         SolverControl control(20, 1.e-12, false);
+         SolverControl control(2000, 1.e-12, false);
          SolverCG<> solver(control, mem);
          
          MGLevelObject<SparsityPattern> mgstruct(0, tr.n_levels()-1);
index 7458d9ff375cf841e1fe52b41c8c37fd3c49d547..79c0f825d50a9753bb7b908ad5358a3a0c749ea9 100644 (file)
@@ -8,19 +8,3 @@ DEAL:cg::Convergence step 8
 DEAL::smoothing-steps2
 DEAL:cg::Starting 
 DEAL:cg::Convergence step 7 
-DEAL::DoFs 141
-DEAL::Levels: 4
-DEAL::smoothing-steps1
-DEAL:cg::Starting 
-DEAL:cg::Failure step 20 
-DEAL::smoothing-steps2
-DEAL:cg::Starting 
-DEAL:cg::Failure step 20 
-DEAL::DoFs 297
-DEAL::Levels: 4
-DEAL::smoothing-steps1
-DEAL:cg::Starting 
-DEAL:cg::Failure step 20 
-DEAL::smoothing-steps2
-DEAL:cg::Starting 
-DEAL:cg::Failure step 20 

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.