not needed
This commit is contained in:
parent
77e1c5a8a7
commit
aae99156b4
|
@ -384,7 +384,7 @@ contains
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
!> @brief Initialize constitutive models for individual physics
|
!> @brief Initialize constitutive models for individual physics
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
subroutine phase_init
|
subroutine phase_init()
|
||||||
|
|
||||||
integer :: &
|
integer :: &
|
||||||
ph, ce, co, ma
|
ph, ce, co, ma
|
||||||
|
@ -544,11 +544,7 @@ subroutine crystallite_init()
|
||||||
ip, & !< counter in integration point loop
|
ip, & !< counter in integration point loop
|
||||||
el, & !< counter in element loop
|
el, & !< counter in element loop
|
||||||
en, ph
|
en, ph
|
||||||
type(tDict), pointer :: &
|
|
||||||
num_phase, &
|
|
||||||
phases
|
|
||||||
|
|
||||||
phases => config_material%get_dict('phase')
|
|
||||||
|
|
||||||
!$OMP PARALLEL DO PRIVATE(ce,ph,en)
|
!$OMP PARALLEL DO PRIVATE(ce,ph,en)
|
||||||
do el = 1, discretization_Nelems
|
do el = 1, discretization_Nelems
|
||||||
|
|
Loading…
Reference in New Issue