Skip to content

Commit

Permalink
Relax tolerances for better convergence idaholab#245
Browse files Browse the repository at this point in the history
  • Loading branch information
SudiptaBiswas authored and SudiptaBiswas committed Nov 3, 2021
1 parent 7889ea8 commit c1c9997
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions assessment/asr_validation/wald2017b/analysis/A1-biaxial.i
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,8 @@
end_time = 38880000
l_max_its = 20
nl_max_its = 10
nl_rel_tol = 1e-6
nl_abs_tol = 1e-10
nl_rel_tol = 1e-4
nl_abs_tol = 1e-6
[]

[Outputs]
Expand Down
4 changes: 2 additions & 2 deletions assessment/asr_validation/wald2017b/analysis/A1-triaxial.i
Original file line number Diff line number Diff line change
Expand Up @@ -1050,8 +1050,8 @@
end_time = 38880000
l_max_its = 20
nl_max_its = 10
nl_rel_tol = 1e-6
nl_abs_tol = 1e-10
nl_rel_tol = 1e-4
nl_abs_tol = 1e-6
[]

[Outputs]
Expand Down
4 changes: 2 additions & 2 deletions assessment/asr_validation/wald2017b/analysis/A1-uniaxial.i
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,8 @@
end_time = 38880000
l_max_its = 20
nl_max_its = 10
nl_rel_tol = 1e-6
nl_abs_tol = 1e-10
nl_rel_tol = 1e-4
nl_abs_tol = 1e-6
[]

[Outputs]
Expand Down
5 changes: 2 additions & 3 deletions assessment/asr_validation/wald2017b/analysis/A3-biaxial.i
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@
type = TrussHeatConduction
variable = T
diffusion_coefficient = 53.0
dens
area = area
block = '2 3'
extra_vector_tags = 'ref'
Expand Down Expand Up @@ -1251,8 +1250,8 @@
end_time = 38880000
l_max_its = 20
nl_max_its = 10
nl_rel_tol = 1e-6
nl_abs_tol = 1e-10
nl_rel_tol = 1e-4
nl_abs_tol = 1e-6
[]

[Outputs]
Expand Down

0 comments on commit c1c9997

Please sign in to comment.