bugfix, related making nonlocal state update explicit
This commit is contained in:
parent
ddef241dcc
commit
2d5d48288c
|
@ -1199,7 +1199,7 @@ subroutine integrateStateEuler
|
|||
nonlocalBroken = .true.
|
||||
if(.not. crystallite_todo(g,i,e)) cycle
|
||||
|
||||
call constitutive_dependentState(crystallite_Fe(1:3,1:3,g,i,e), &
|
||||
call constitutive_dependentState(crystallite_partionedF(1:3,1:3,g,i,e), &
|
||||
crystallite_Fp(1:3,1:3,g,i,e), &
|
||||
g, i, e)
|
||||
|
||||
|
|
Loading…
Reference in New Issue