From 603c50598f7f949e4c033b8e99db455cba72139c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 9 Aug 2017 12:51:57 -0500 Subject: [PATCH] add an output variant The number CG iterations changed slightly. At some point we will have to rewrite this test... --- tests/trilinos/precondition.output.4 | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/trilinos/precondition.output.4 diff --git a/tests/trilinos/precondition.output.4 b/tests/trilinos/precondition.output.4 new file mode 100644 index 0000000000..61a471167a --- /dev/null +++ b/tests/trilinos/precondition.output.4 @@ -0,0 +1,45 @@ + +DEAL:01089:Jacobi:cg::Starting value 15.4650 +DEAL:01089:Jacobi:cg::Convergence step 50 value 0 +DEAL:01089:SSOR:cg::Starting value 15.4650 +DEAL:01089:SSOR:cg::Convergence step 41 value 0 +DEAL:01089:SOR:Bicgstab::Starting value 15.4650 +DEAL:01089:SOR:Bicgstab::Convergence step 32 value 0 +DEAL:01089:BlockJacobi:cg::Starting value 15.4650 +DEAL:01089:BlockJacobi:cg::Convergence step 74 value 0 +DEAL:01089:BlockSSOR:cg::Starting value 15.4650 +DEAL:01089:BlockSSOR:cg::Convergence step 31 value 0 +DEAL:01089:BlockSOR:Bicgstab::Starting value 15.4650 +DEAL:01089:BlockSOR:Bicgstab::Convergence step 19 value 0 +DEAL:01089:IC:cg::Starting value 15.4650 +DEAL:01089:IC:cg::Convergence step 52 value 0 +DEAL:01089:ILU:cg::Starting value 15.4650 +DEAL:01089:ILU:cg::Convergence step 31 value 0 +DEAL:01089:ILUT:Bicgstab::Starting value 15.4650 +DEAL:01089:ILUT:Bicgstab::Convergence step 12 value 0 +DEAL:01089:Chebyshev:cg::Starting value 15.4650 +DEAL:01089:Chebyshev:cg::Convergence step 24 value 0 +DEAL:01089:Direct:cg::Starting value 15.4650 +DEAL:01089:Direct:cg::Convergence step 1 value 0 +DEAL:04225:Jacobi:cg::Starting value 21.8299 +DEAL:04225:Jacobi:cg::Convergence step 101 value 0 +DEAL:04225:SSOR:cg::Starting value 21.8299 +DEAL:04225:SSOR:cg::Convergence step 78 value 0 +DEAL:04225:SOR:Bicgstab::Starting value 21.8299 +DEAL:04225:SOR:Bicgstab::Convergence step 63 value 0 +DEAL:04225:BlockJacobi:cg::Starting value 21.8299 +DEAL:04225:BlockJacobi:cg::Convergence step 146 value 0 +DEAL:04225:BlockSSOR:cg::Starting value 21.8299 +DEAL:04225:BlockSSOR:cg::Convergence step 60 value 0 +DEAL:04225:BlockSOR:Bicgstab::Starting value 21.8299 +DEAL:04225:BlockSOR:Bicgstab::Convergence step 38 value 0 +DEAL:04225:IC:cg::Starting value 21.8299 +DEAL:04225:IC:cg::Convergence step 69 value 0 +DEAL:04225:ILU:cg::Starting value 21.8299 +DEAL:04225:ILU:cg::Convergence step 57 value 0 +DEAL:04225:ILUT:Bicgstab::Starting value 21.8299 +DEAL:04225:ILUT:Bicgstab::Convergence step 20 value 0 +DEAL:04225:Chebyshev:cg::Starting value 21.8299 +DEAL:04225:Chebyshev:cg::Convergence step 47 value 0 +DEAL:04225:Direct:cg::Starting value 21.8299 +DEAL:04225:Direct:cg::Convergence step 1 value 0 -- 2.39.5