bugfix: explicit nonlocal requires F, not Fe
This commit is contained in:
parent
9900bf0be7
commit
939d2af1d9
|
@ -1499,7 +1499,7 @@ subroutine integrateStateRKCK45
|
||||||
* crystallite_subdt(g,i,e)
|
* crystallite_subdt(g,i,e)
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
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), &
|
crystallite_Fp(1:3,1:3,g,i,e), &
|
||||||
g, i, e)
|
g, i, e)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue