should be done by the plasticity laws (for the moment)
This commit is contained in:
parent
a8fb7d7ade
commit
0bf64645a1
|
@ -435,19 +435,6 @@ subroutine crystallite_init
|
|||
enddo
|
||||
!$OMP END PARALLEL DO
|
||||
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
! propagate dependent states to materialpoint and boundary value problem level
|
||||
! do ph = 1_pInt,material_Nphase
|
||||
! plasticState(ph)%partionedState0(plasticState(ph)%offsetDeltaState+plasticState(ph)%sizeDeltaState: &
|
||||
! plasticState(ph)%sizeState,:) &
|
||||
! = plasticState(ph)%state(plasticState(ph)%offsetDeltaState+plasticState(ph)%sizeDeltaState: &
|
||||
! plasticState(ph)%sizeState,:)
|
||||
! plasticState(ph)%state0 (plasticState(ph)%offsetDeltaState+plasticState(ph)%sizeDeltaState: &
|
||||
! plasticState(ph)%sizeState,:) &
|
||||
! = plasticState(ph)%state(plasticState(ph)%offsetDeltaState+plasticState(ph)%sizeDeltaState: &
|
||||
! plasticState(ph)%sizeState,:)
|
||||
! enddo
|
||||
|
||||
call crystallite_stressAndItsTangent(.true.) ! request elastic answers
|
||||
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue