changed abs tolerance in stress loop to 1 Pa (from 1e-8 Pa ..?)

This commit is contained in:
Philip Eisenlohr 2009-10-19 12:44:20 +00:00
parent 6e613303a3
commit 5a5d461a30
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ nStress 200 # stress loop limit
subStepMin 1.0e-3 # minimum (relative) size of sub-step allowed during cutback in crystallite
rTol_crystalliteState 1.0e-6 # relative tolerance in crystallite state loop
rTol_crystalliteStress 1.0e-6 # relative tolerance in crystallite stress loop
aTol_crystalliteStress 1.0e-8 # absolute tolerance in crystallite stress loop
aTol_crystalliteStress 1.0e+0 # absolute tolerance in crystallite stress loop
aTol_RGC 1.0e+4 # absolute tolerance of RGC residuum (in Pa)
rTol_RGC 1.0e-3 # relative ...

View File

@ -84,7 +84,7 @@ subroutine numerics_init()
rTol_crystalliteState = 1.0e-6_pReal
rTol_crystalliteTemperature = 1.0e-6_pReal
rTol_crystalliteStress = 1.0e-6_pReal
aTol_crystalliteStress = 1.0e-8_pReal
aTol_crystalliteStress = 1.0e+0_pReal
!* RGC parameters: added <<<updated 31.07.2009>>>
absTol_RGC = 1.0e+3