From 5f2759c03cd4360d7d3f682e5ce0f6bea9324d1f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 31 Mar 2020 08:23:38 +0200 Subject: [PATCH] no need to check for converged --- src/crystallite.f90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/crystallite.f90 b/src/crystallite.f90 index 8a9578a85..aef969d2e 100644 --- a/src/crystallite.f90 +++ b/src/crystallite.f90 @@ -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)