Skip to content

Commit

Permalink
Merge pull request #13364 from tophmatthews/tm_parallel_2975
Browse files Browse the repository at this point in the history
Getting tensor mechanics ready for parallel
  • Loading branch information
permcody committed May 8, 2019
2 parents f41007f + 5e60037 commit deeac74
Show file tree
Hide file tree
Showing 29 changed files with 79 additions and 128 deletions.
Expand Up @@ -600,8 +600,8 @@


line_search = bt line_search = bt


nl_abs_tol = 1e-3 nl_abs_tol = 1e-8
nl_rel_tol = 1e-5 nl_rel_tol = 1e-8


l_max_its = 30 l_max_its = 30
nl_max_its = 1000 nl_max_its = 1000
Expand Down
Expand Up @@ -280,10 +280,7 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.05 dt = 0.05
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -240,13 +240,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
l_tol = 1e-8 petsc_options_iname = '-ksp_type -pc_type'
l_max_its = 50 petsc_options_value = 'preonly lu'
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -142,13 +142,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
l_tol = 1e-8 petsc_options_iname = '-ksp_type -pc_type'
l_max_its = 50 petsc_options_value = 'preonly lu'
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -241,13 +241,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
l_tol = 1e-8 petsc_options_iname = '-ksp_type -pc_type'
l_max_its = 50 petsc_options_value = 'preonly lu'
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -246,13 +246,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
l_tol = 1e-8 petsc_options_iname = '-ksp_type -pc_type'
l_max_its = 50 petsc_options_value = 'preonly lu'
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -355,12 +355,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
l_tol = 1e-8 petsc_options_iname = '-ksp_type -pc_type'
nl_max_its = 15 petsc_options_value = 'preonly lu'
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -107,13 +107,9 @@
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON


line_search = 'none' petsc_options_iname = '-ksp_type -pc_type'
petsc_options_value = 'preonly lu'


l_tol = 1e-8
nl_max_its = 15
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
timestep_tolerance = 1e-6 timestep_tolerance = 1e-6
Expand Down
Expand Up @@ -307,11 +307,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none'
l_tol = 1e-8 petsc_options_iname = '-ksp_type -pc_type'
nl_max_its = 15 petsc_options_value = 'preonly lu'
nl_rel_tol = 1e-8
nl_abs_tol = 1e-8
start_time = 0.0 start_time = 0.0
dt = 0.1 dt = 0.1
end_time = 5.0 end_time = 5.0
Expand Down
Expand Up @@ -274,11 +274,10 @@
[Executioner] [Executioner]
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none' l_tol = 1e-11
l_tol = 1e-8
nl_max_its = 15 nl_max_its = 15
nl_rel_tol = 1e-8 nl_rel_tol = 1e-10
nl_abs_tol = 1e-8 nl_abs_tol = 1e-10
start_time = 0.0 start_time = 0.0
dt = 0.2 dt = 0.2
end_time = 5.0 end_time = 5.0
Expand Down
Expand Up @@ -104,10 +104,10 @@
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none' line_search = 'none'
l_tol = 1e-8 l_tol = 1e-11
nl_max_its = 15 nl_max_its = 15
nl_rel_tol = 1e-8 nl_rel_tol = 1e-10
nl_abs_tol = 1e-8 nl_abs_tol = 1e-10
start_time = 0.0 start_time = 0.0
dt = 0.2 dt = 0.2
end_time = 5.0 end_time = 5.0
Expand Down
Expand Up @@ -251,10 +251,10 @@
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none' line_search = 'none'
l_tol = 1e-8 l_tol = 1e-11
nl_max_its = 15 nl_max_its = 15
nl_rel_tol = 1e-8 nl_rel_tol = 1e-10
nl_abs_tol = 1e-8 nl_abs_tol = 1e-10
start_time = 0.0 start_time = 0.0
dt = 0.2 dt = 0.2
end_time = 5.0 end_time = 5.0
Expand Down
Expand Up @@ -279,8 +279,8 @@
type = Transient type = Transient
solve_type = NEWTON solve_type = NEWTON
line_search = 'none' line_search = 'none'
nl_rel_tol = 1e-8 nl_rel_tol = 1e-11
nl_abs_tol = 1e-8 nl_abs_tol = 1e-11
start_time = 0.0 start_time = 0.0
dt = 0.005 dt = 0.005
end_time = 0.5 end_time = 0.5
Expand Down

0 comments on commit deeac74

Please sign in to comment.