does not change during the iteration

This commit is contained in:
Martin Diehl 2020-03-31 08:09:41 +02:00
parent 81c8ffe5c1
commit 2080749189
1 changed files with 2 additions and 2 deletions

View File

@ -1033,9 +1033,9 @@ subroutine integrateStateFPI
if(crystallite_todo(g,i,e) .and. .not. crystallite_converged(g,i,e) .and. &
(.not. nonlocalBroken .or. crystallite_localPlasticity(g,i,e)) ) then
iteration: do NiterationState = 1, num%nState
p = material_phaseAt(g,e); c = material_phaseMemberAt(g,i,e)
p = material_phaseAt(g,e); c = material_phaseMemberAt(g,i,e)
iteration: do NiterationState = 1, num%nState
plasticState(p)%previousDotState2(:,c) = merge(plasticState(p)%previousDotState(:,c),&
0.0_pReal,&