bug fix for previous commit

This commit is contained in:
Pratheek Shanthraj 2014-12-02 17:23:47 +00:00
parent b796e46f98
commit 82942d1618
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ module numerics
err_struct_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for equilibrium
err_struct_tolRel = 1.0e-4_pReal, & !< relative tolerance for equilibrium
err_thermal_tol = 1.0e-1_pReal, &
err_damage_tol = 1.0e-3_pReal, &
err_damage_tol = 1.0e-3_pReal
character(len=4096), protected, public :: &
petsc_optionsFEM = '-mech_snes_type newtonls &
&-mech_snes_linesearch_type cp &