tightened default thermal tolerance

This commit is contained in:
Pratheek Shanthraj 2015-07-27 11:08:43 +00:00
parent d26a946f40
commit 4bb6664de9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ module numerics
&-thermal_snes_linesearch_type cp & &-thermal_snes_linesearch_type cp &
&-thermal_ksp_type fgmres & &-thermal_ksp_type fgmres &
&-thermal_ksp_max_it 25 & &-thermal_ksp_max_it 25 &
&-thermal_snes_atol 1e-1 & &-thermal_snes_atol 1e-3 &
&-thermal_pc_type hypre & &-thermal_pc_type hypre &
&-vacancy_snes_type newtonls & &-vacancy_snes_type newtonls &
&-vacancy_snes_linesearch_type cp & &-vacancy_snes_linesearch_type cp &