Skip to content

Commit

Permalink
Fix bad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hugary1995 committed Sep 26, 2024
1 parent 2268e69 commit c503611
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/materials/czm/PureElastic.i
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@

solve_type = 'newton'
line_search = none
automatic_scaling = true

petsc_options_iname = '-pc_type'
petsc_options_value = 'lu'
l_max_its = 2
l_tol = 1e-14
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-6
nl_rel_tol = 1e-12
nl_abs_tol = 1e-11
dtmin = 1
dtmax = 1
end_time = 6
Expand Down
5 changes: 3 additions & 2 deletions tests/materials/czm/PureElasticLargeDeformation.i
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@
type = Transient

solve_type = 'newton'
automatic_scaling = true

petsc_options_iname = '-pc_type'
petsc_options_value = 'lu'
l_max_its = 2
l_tol = 1e-14
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-6
nl_rel_tol = 1e-12
nl_abs_tol = 1e-11
dtmin = 1
dtmax = 1
end_time = 6
Expand Down
Binary file modified tests/materials/czm/gold/PureElasticLargeDeformation_out.e
Binary file not shown.
Binary file modified tests/materials/czm/gold/PureElastic_out.e
Binary file not shown.

0 comments on commit c503611

Please sign in to comment.