This commit is contained in:
Martin Diehl 2020-12-22 10:23:46 +01:00
parent 0e0814dbc3
commit fa3d7b8dc7
2 changed files with 4 additions and 4 deletions

View File

@ -448,7 +448,7 @@ end function constitutive_deltaState
crystallite_restartRead, &
crystallite_forward, &
constitutive_initializeRestorationPoints, &
crystallite_windForward, &
constitutive_windForward, &
crystallite_restore
contains
@ -1216,7 +1216,7 @@ end subroutine constitutive_initializeRestorationPoints
!--------------------------------------------------------------------------------------------------
!> @brief Wind homog inc forward.
!--------------------------------------------------------------------------------------------------
subroutine crystallite_windForward(i,e)
subroutine constitutive_windForward(i,e)
integer, intent(in) :: &
i, & !< integration point number
@ -1242,7 +1242,7 @@ subroutine crystallite_windForward(i,e)
enddo
enddo
end subroutine crystallite_windForward
end subroutine constitutive_windForward
!--------------------------------------------------------------------------------------------------

View File

@ -231,7 +231,7 @@ subroutine materialpoint_stressAndItsTangent(dt)
steppingNeeded: if (subStep(i,e) > num%subStepMinHomog) then
! wind forward grain starting point
call crystallite_windForward(i,e)
call constitutive_windForward(i,e)
if(homogState(material_homogenizationAt(e))%sizeState > 0) &
homogState(material_homogenizationAt(e))%subState0(:,material_homogenizationMemberAt(i,e)) = &