From d2c8c4882d9a5d62f09e4033a344c6b34dbb9319 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 19 Sep 2012 21:31:32 +0000 Subject: [PATCH] update benchmark code to not require umfpack git-svn-id: https://svn.dealii.org/trunk@26526 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/benchmarks/step-22/step-22.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5