extra check for nonlocal needed

This commit is contained in:
Martin Diehl 2020-03-24 20:35:27 +01:00
parent 0740c9f339
commit 66aa20ad39
1 changed files with 1 additions and 1 deletions

View File

@ -1459,7 +1459,7 @@ subroutine integrateStateRKCK45
do e = FEsolving_execElem(1),FEsolving_execElem(2)
do i = FEsolving_execIP(1),FEsolving_execIP(2)
do g = 1,homogenization_Ngrains(material_homogenizationAt(e))
if (crystallite_todo(g,i,e)) then
if(crystallite_todo(g,i,e) .and. (.not. nonlocalBroken .or. crystallite_localPlasticity(g,i,e)) ) then
p = material_phaseAt(g,e); c = material_phaseMemberAt(g,i,e)