phaseAt needs constituent/element tuple

constituent is always 1 for nonlocal
This commit is contained in:
Martin Diehl 2020-07-16 23:38:37 +02:00
parent ec56316683
commit d8e112c042
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ subroutine crystallite_orientations
if (plasticState(material_phaseAt(1,e))%nonlocal) then
do i = FEsolving_execIP(1),FEsolving_execIP(2)
call plastic_nonlocal_updateCompatibility(crystallite_orientation, &
phase_plasticityInstance(material_phaseAt(i,e)),i,e)
phase_plasticityInstance(material_phaseAt(1,e)),i,e)
enddo
endif
enddo