From: heister Date: Wed, 19 Sep 2012 21:31:32 +0000 (+0000) Subject: update benchmark code to not require umfpack X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c8c4882d9a5d62f09e4033a344c6b34dbb9319;p=dealii-svn.git update benchmark code to not require umfpack git-svn-id: https://svn.dealii.org/trunk@26526 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/benchmarks/step-22/step-22.cc b/tests/benchmarks/step-22/step-22.cc index 44901dce2e..73519f3c2f 100644 --- a/tests/benchmarks/step-22/step-22.cc +++ b/tests/benchmarks/step-22/step-22.cc @@ -90,7 +90,8 @@ namespace Step22 template <> struct InnerPreconditioner<2> { - typedef SparseDirectUMFPACK type; + typedef SparseILU type; +// typedef SparseDirectUMFPACK type; }; // And the ILU preconditioning in 3D, called