Merge branch '155_flush-mesh-sta' into 'development'

update sta file after each inc

See merge request damask/DAMASK!518
This commit is contained in:
Philip Eisenlohr 2022-02-08 13:39:23 +00:00
commit 13783f87f2
1 changed files with 3 additions and 1 deletions

View File

@ -307,9 +307,11 @@ program DAMASK_mesh
guess = .true. ! start guessing after first converged (sub)inc
timeIncOld = timeinc
end if
if (.not. cutBack .and. worldrank == 0) &
if (.not. cutBack .and. worldrank == 0) then
write(statUnit,*) totalIncsCounter, time, cutBackLevel, &
solres%converged, solres%iterationsNeeded ! write statistics about accepted solution
flush(statUnit)
endif
end do subStepLooping
cutBackLevel = max(0, cutBackLevel - 1) ! try half number of subincs next inc