From c78d9f5d24f88610983139d8a23dbaae023e07a4 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 5 Jun 2025 13:48:00 -0400 Subject: [PATCH] Add an alternative test output file. It looks like older versions of PETSc handled failure slightly differently. --- tests/petsc/petsc_snes_08.output.petsc-3.19 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/petsc/petsc_snes_08.output.petsc-3.19 diff --git a/tests/petsc/petsc_snes_08.output.petsc-3.19 b/tests/petsc/petsc_snes_08.output.petsc-3.19 new file mode 100644 index 0000000000..4044b19059 --- /dev/null +++ b/tests/petsc/petsc_snes_08.output.petsc-3.19 @@ -0,0 +1,14 @@ + +DEAL::Computing residual for the 1th time, at u=10.0000 +DEAL::Setting up Jacobian system at u=10.0000 +DEAL::Computing residual for the 2th time, at u=10.0000 +DEAL::Computing residual for the 3th time, at u=-88.0839 +DEAL::Reporting recoverable failure. +DEAL::Computing residual for the 3th time, at u=-39.0419 +DEAL::Reporting recoverable failure. +DEAL::Computing residual for the 3th time, at u=-14.5210 +DEAL::Reporting recoverable failure. +DEAL::Computing residual for the 3th time, at u=-2.26049 +DEAL::Computing residual for the 4th time, at u=3.86976 +DEAL::Nonlinear Solver threw an exception with the following message: + SNES solver did not converge after 1 iterations with reason DIVERGED_MAX_IT -- 2.39.5