From 5a5d461a302487fe424219ff373de8d64e39bf1a Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 19 Oct 2009 12:44:20 +0000 Subject: [PATCH] changed abs tolerance in stress loop to 1 Pa (from 1e-8 Pa ..?) --- code/numerics.config | 2 +- code/numerics.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/numerics.config b/code/numerics.config index 47d74be97..44fa789a5 100644 --- a/code/numerics.config +++ b/code/numerics.config @@ -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 ... diff --git a/code/numerics.f90 b/code/numerics.f90 index 009ba0d07..6cfdfacc3 100644 --- a/code/numerics.f90 +++ b/code/numerics.f90 @@ -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 <<>> absTol_RGC = 1.0e+3