wrong state handling
This commit is contained in:
parent
15e1c7edd8
commit
c87625b30c
|
@ -2007,7 +2007,7 @@ subroutine plastic_dislotwin_dotState(Tstar_v,Temperature,ipc,ip,el)
|
||||||
|
|
||||||
!* Total twin volume fraction
|
!* Total twin volume fraction
|
||||||
sumf = sum(state(instance)%twinFraction(1_pInt:nt,of)) ! safe for nt == 0
|
sumf = sum(state(instance)%twinFraction(1_pInt:nt,of)) ! safe for nt == 0
|
||||||
plasticState(instance)%dotState(:,of) = 0.0_pReal
|
plasticState(ph)%dotState(:,of) = 0.0_pReal
|
||||||
|
|
||||||
!* Total transformed volume fraction
|
!* Total transformed volume fraction
|
||||||
sumftr = sum(state(instance)%stressTransFraction(1_pInt:nr,of)) + &
|
sumftr = sum(state(instance)%stressTransFraction(1_pInt:nr,of)) + &
|
||||||
|
|
Loading…
Reference in New Issue