no need to check for converged

This commit is contained in:
Martin Diehl 2020-03-31 08:23:38 +02:00
parent 2080749189
commit 5f2759c03c
1 changed files with 1 additions and 2 deletions

View File

@ -1030,8 +1030,7 @@ subroutine integrateStateFPI
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) .and. .not. crystallite_converged(g,i,e) .and. &
(.not. nonlocalBroken .or. crystallite_localPlasticity(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)