1e-6 seems to be a more reasoable absolute tolerance for accumulated shear
This commit is contained in:
parent
9fc334afd1
commit
175bab4073
|
@ -1138,7 +1138,7 @@ subroutine plastic_dislotwin_init(fileUnit)
|
|||
endIndex=endIndex+ns
|
||||
state(instance)%accshear_slip=>plasticState(phase)%state(startIndex:endIndex,:)
|
||||
dotState(instance)%accshear_slip=>plasticState(phase)%dotState(startIndex:endIndex,:)
|
||||
plasticState(phase)%aTolState(startIndex:endIndex) = 1e6_pReal
|
||||
plasticState(phase)%aTolState(startIndex:endIndex) = 1e-6_pReal
|
||||
|
||||
startIndex=endIndex+1
|
||||
endIndex=endIndex+nt
|
||||
|
@ -1150,7 +1150,7 @@ subroutine plastic_dislotwin_init(fileUnit)
|
|||
endIndex=endIndex+nt
|
||||
state(instance)%accshear_twin=>plasticState(phase)%state(startIndex:endIndex,:)
|
||||
dotState(instance)%accshear_twin=>plasticState(phase)%dotState(startIndex:endIndex,:)
|
||||
plasticState(phase)%aTolState(startIndex:endIndex) = 1e6_pReal
|
||||
plasticState(phase)%aTolState(startIndex:endIndex) = 1e-6_pReal
|
||||
|
||||
startIndex=endIndex+1
|
||||
endIndex=endIndex+nr
|
||||
|
|
Loading…
Reference in New Issue