finished updating to new state of dislokmc
This commit is contained in:
parent
f0ade8d0a3
commit
0fc5e3717c
File diff suppressed because it is too large
Load Diff
|
@ -1523,7 +1523,7 @@ subroutine constitutive_dislotwin_dotState(Tstar_v,Temperature,ipc,ip,el)
|
|||
ns = constitutive_dislotwin_totalNslip(instance)
|
||||
nt = constitutive_dislotwin_totalNtwin(instance)
|
||||
|
||||
! allocate(constitutive_dislotwin_dotState(plasticState(ph)%sizeDotState))
|
||||
|
||||
!* Total twin volume fraction
|
||||
sumf = sum(plasticState(ph)%state((3_pInt*ns+1_pInt):(3_pInt*ns+nt), of)) ! safe for nt == 0
|
||||
plasticState(ph)%dotState(:,of) = 0.0_pReal
|
||||
|
|
Loading…
Reference in New Issue