Skip to content

Commit

Permalink
Make failure criteria more strict to accelerate testing. (#28447)
Browse files Browse the repository at this point in the history
  • Loading branch information
grmnptr committed Aug 21, 2024
1 parent 31532df commit ffa9dc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
type = Transient
num_steps = 5
dt = 0.01
dtmin = 1e-4
nl_max_its = 10
solve_type = PJFNK
petsc_options_iname = '-pc_type -pc_hypre_type'
petsc_options_value = 'hypre boomeramg'
Expand Down

0 comments on commit ffa9dc2

Please sign in to comment.