]> https://gitweb.dealii.org/ - dealii.git/commitdiff
missing tests on linux with gcc 3.2
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 23 Apr 2003 17:25:12 +0000 (17:25 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 23 Apr 2003 17:25:12 +0000 (17:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@7459 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/eigen.cc

index 06f0e38a49cb0c8951b63686b90a24f8e177ddc7..fdbd04b0010a071becce1e598ce4595d40b676d2 100644 (file)
@@ -82,7 +82,12 @@ int main()
 
   u = 1.;
   lambda = 10.;
-  EigenInverse<> wieland2(control, mem);
+  wieland.solve(lambda, A, u);
+  deallog << "Eigenvalue " << lambda << " Error " << lambda-lambda_max << std::endl;  
+
+  u = 1.;
+  lambda = 10.;
+  EigenInverse<> wieland2(control, mem, .2);
   wieland2.solve(lambda, A, u);
   deallog << "Eigenvalue " << lambda << " Error " << lambda-lambda_max << std::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.