proper indentation
This commit is contained in:
parent
83d545782e
commit
fef525aee1
|
@ -1025,9 +1025,6 @@ function crystallite_stress(co,ip,el)
|
||||||
subLi0 !< intermediate velocity grad at start of crystallite inc
|
subLi0 !< intermediate velocity grad at start of crystallite inc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
! initialize to starting condition
|
! initialize to starting condition
|
||||||
crystallite_subStep(co,ip,el) = 0.0_pReal
|
crystallite_subStep(co,ip,el) = 0.0_pReal
|
||||||
|
@ -1119,10 +1116,6 @@ function crystallite_stress(co,ip,el)
|
||||||
call integrateSourceState(co,ip,el)
|
call integrateSourceState(co,ip,el)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
|
||||||
! integrate --- requires fully defined state array (basic + dependent state)
|
|
||||||
if (.not. crystallite_converged(co,ip,el) .and. crystallite_subStep(co,ip,el) > num%subStepMinCryst) & ! do not try non-converged but fully cutbacked any further
|
if (.not. crystallite_converged(co,ip,el) .and. crystallite_subStep(co,ip,el) > num%subStepMinCryst) & ! do not try non-converged but fully cutbacked any further
|
||||||
todo = .true.
|
todo = .true.
|
||||||
enddo cutbackLooping
|
enddo cutbackLooping
|
||||||
|
|
Loading…
Reference in New Issue