introduced extended plastic state type (including pointer/aliases)

This commit is contained in:
Luv Sharma 2014-12-19 14:01:03 +00:00
parent 023aa9f756
commit e6d1b21b57
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ module material
pReal, &
pInt, &
tState, &
tPlasticState, &
tFieldData, &
p_intvec
@ -160,8 +161,9 @@ module material
material_phase !< phase (index) of each grain,IP,element
integer(pInt), dimension(:,:), allocatable, public :: &
material_homog !< homogenization (index) of each IP,element
type(tPlasticState), allocatable, dimension(:), public :: &
plasticState
type(tState), allocatable, dimension(:), public :: &
plasticState, &
damageState, &
thermalState,&
vacancyState,&