]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
update benchmark code to not require umfpack
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2012 21:31:32 +0000 (21:31 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2012 21:31:32 +0000 (21:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@26526 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/step-22/step-22.cc

index 44901dce2e6e6800d01538a2f1bf7318dad78cdc..73519f3c2fa5767fbd58bbe15fe5d8d108bd9ce8 100644 (file)
@@ -90,7 +90,8 @@ namespace Step22
   template <>
   struct InnerPreconditioner<2>
   {
-      typedef SparseDirectUMFPACK type;
+      typedef SparseILU<double> type;
+//      typedef SparseDirectUMFPACK type;
   };
 
                                    // And the ILU preconditioning in 3D, called

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.