Skip to content

Commit

Permalink
Merge pull request #13839 from marcfehling/petsc_solver_08
Browse files Browse the repository at this point in the history
Fix petsc/solver_08 for petsc 3.17.1
  • Loading branch information
drwells committed May 27, 2022
2 parents bfa1cec + 46e5b93 commit 0802f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/petsc/solver_08.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ main(int argc, char **argv)
check_solver_within_range(solver.solve(A, u, f, preconditioner),
control.last_step(),
39,
41);
42);
}
}
2 changes: 1 addition & 1 deletion tests/petsc/solver_08.output
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

DEAL::Size 32 Unknowns 961
DEAL::Solver type: N6dealii13PETScWrappers11SolverTFQMRE
DEAL::Solver stopped within 39 - 41 iterations
DEAL::Solver stopped within 39 - 42 iterations

0 comments on commit 0802f03

Please sign in to comment.