From db1fed98d87ee6539a969e6dc177157c09a8e08b Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 6 Sep 2007 02:22:15 +0000 Subject: [PATCH] add git-svn-id: https://svn.dealii.org/trunk@15130 0785d39b-7218-0410-832d-ea1e28bc413d --- .../cmp/i386-apple-darwin8.10.1+gcc4.0 | 9 +++++++++ .../petsc_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 | 6 ++++++ .../petsc_solver_09/cmp/i386-apple-darwin8.10.1+gcc4.0 | 7 +++++++ .../petsc_solver_11/cmp/i386-apple-darwin8.10.1+gcc4.0 | 7 +++++++ 4 files changed, 29 insertions(+) create mode 100644 tests/petsc/petsc_deal_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 create mode 100644 tests/petsc/petsc_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 create mode 100644 tests/petsc/petsc_solver_09/cmp/i386-apple-darwin8.10.1+gcc4.0 create mode 100644 tests/petsc/petsc_solver_11/cmp/i386-apple-darwin8.10.1+gcc4.0 diff --git a/tests/petsc/petsc_deal_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 b/tests/petsc/petsc_deal_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 new file mode 100644 index 0000000000..de4c75be9b --- /dev/null +++ b/tests/petsc/petsc_deal_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 @@ -0,0 +1,9 @@ + +DEAL::Size 32 Unknowns 961 +DEAL::Solver type: N6dealii16SolverRichardsonINS_13PETScWrappers6VectorEEE +DEAL:Richardson::Starting value 31.00 +DEAL:Richardson::Failure step 10000 value nan +DEAL::Iterative method reported convergence failure in step 10000 with residual nan +DEAL::Solver stopped after 10000 iterations +DEAL::GrowingVectorMemory:Overall allocated vectors: 2 +DEAL::GrowingVectorMemory:Maximum allocated vectors: 2 diff --git a/tests/petsc/petsc_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 b/tests/petsc/petsc_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 new file mode 100644 index 0000000000..3251a82276 --- /dev/null +++ b/tests/petsc/petsc_solver_06/cmp/i386-apple-darwin8.10.1+gcc4.0 @@ -0,0 +1,6 @@ + +DEAL::Size 32 Unknowns 961 +DEAL::Solver type: N6dealii13PETScWrappers14SolverBicgstabE +DEAL::Starting value 7.750 +DEAL::Convergence step 33 value 0.0005777 +DEAL::Solver stopped after 33 iterations diff --git a/tests/petsc/petsc_solver_09/cmp/i386-apple-darwin8.10.1+gcc4.0 b/tests/petsc/petsc_solver_09/cmp/i386-apple-darwin8.10.1+gcc4.0 new file mode 100644 index 0000000000..c6b97de860 --- /dev/null +++ b/tests/petsc/petsc_solver_09/cmp/i386-apple-darwin8.10.1+gcc4.0 @@ -0,0 +1,7 @@ + +DEAL::Size 32 Unknowns 961 +DEAL::Solver type: N6dealii13PETScWrappers11SolverTCQMRE +DEAL::Starting value 7.750 +DEAL::Starting value 7.750 +DEAL::Convergence step 44 value 0.0007012 +DEAL::Solver stopped after 44 iterations diff --git a/tests/petsc/petsc_solver_11/cmp/i386-apple-darwin8.10.1+gcc4.0 b/tests/petsc/petsc_solver_11/cmp/i386-apple-darwin8.10.1+gcc4.0 new file mode 100644 index 0000000000..ef72f8d07b --- /dev/null +++ b/tests/petsc/petsc_solver_11/cmp/i386-apple-darwin8.10.1+gcc4.0 @@ -0,0 +1,7 @@ + +DEAL::Size 32 Unknowns 961 +DEAL::Solver type: N6dealii13PETScWrappers10SolverLSQRE +DEAL::Starting value 31.00 +DEAL::Failure step 100 value 24.02 +DEAL::Iterative method reported convergence failure in step 100 with residual 24.0185 +DEAL::Solver stopped after 100 iterations -- 2.39.5