plastic_nonlocal still has confusing state handling

This commit is contained in:
Martin Diehl 2019-02-01 07:06:19 +01:00
parent ccb320fa6e
commit 721af0a9a9
1 changed files with 2 additions and 1 deletions

View File

@ -933,7 +933,8 @@ allocate(nonSchmidProjection(3,3,4,maxTotalNslip,maxNinstances),
plasticState(phase)%nonlocal = .true.
call material_allocatePlasticState(phase,NofMyPhase,sizeState,sizeDotState,sizeDeltaState, &
totalNslip(instance),0_pInt,0_pInt)
plasticState(phase)%offsetDeltaState = 0_pInt
plasticState(phase)%slipRate => &
plasticState(phase)%dotState(iGamma(1,instance):iGamma(ns,instance),1:NofMyPhase)