Tolerances were different from original
This commit is contained in:
parent
a78d1d7556
commit
eb7860ba22
|
@ -838,7 +838,7 @@ subroutine plastic_dislotwin_init(fileUnit)
|
||||||
endIndex=endIndex+prm%totalNslip
|
endIndex=endIndex+prm%totalNslip
|
||||||
state(instance)%accshear_slip=>plasticState(p)%state(startIndex:endIndex,:)
|
state(instance)%accshear_slip=>plasticState(p)%state(startIndex:endIndex,:)
|
||||||
dotState(instance)%accshear_slip=>plasticState(p)%dotState(startIndex:endIndex,:)
|
dotState(instance)%accshear_slip=>plasticState(p)%dotState(startIndex:endIndex,:)
|
||||||
plasticState(p)%aTolState(startIndex:endIndex) = 1e-6_pReal
|
plasticState(p)%aTolState(startIndex:endIndex) = 1e6_pReal
|
||||||
|
|
||||||
startIndex=endIndex+1
|
startIndex=endIndex+1
|
||||||
endIndex=endIndex+prm%totalNtwin
|
endIndex=endIndex+prm%totalNtwin
|
||||||
|
@ -850,7 +850,7 @@ subroutine plastic_dislotwin_init(fileUnit)
|
||||||
endIndex=endIndex+prm%totalNtwin
|
endIndex=endIndex+prm%totalNtwin
|
||||||
state(instance)%accshear_twin=>plasticState(p)%state(startIndex:endIndex,:)
|
state(instance)%accshear_twin=>plasticState(p)%state(startIndex:endIndex,:)
|
||||||
dotState(instance)%accshear_twin=>plasticState(p)%dotState(startIndex:endIndex,:)
|
dotState(instance)%accshear_twin=>plasticState(p)%dotState(startIndex:endIndex,:)
|
||||||
plasticState(p)%aTolState(startIndex:endIndex) = 1e-6_pReal
|
plasticState(p)%aTolState(startIndex:endIndex) = 1e6_pReal
|
||||||
|
|
||||||
startIndex=endIndex+1
|
startIndex=endIndex+1
|
||||||
endIndex=endIndex+prm%totalNtrans
|
endIndex=endIndex+prm%totalNtrans
|
||||||
|
|
Loading…
Reference in New Issue