dropped "elasticState" (for now)
This commit is contained in:
parent
f05f47f6e3
commit
2435c8d836
|
@ -125,7 +125,6 @@ module material
|
||||||
#endif
|
#endif
|
||||||
type(tState), allocatable, dimension(:), public :: &
|
type(tState), allocatable, dimension(:), public :: &
|
||||||
plasticState, &
|
plasticState, &
|
||||||
elasticState, &
|
|
||||||
damageState, &
|
damageState, &
|
||||||
thermalState
|
thermalState
|
||||||
#ifdef NEWSTATE
|
#ifdef NEWSTATE
|
||||||
|
@ -286,7 +285,6 @@ subroutine material_init
|
||||||
close(FILEUNIT)
|
close(FILEUNIT)
|
||||||
|
|
||||||
allocate(plasticState(material_Nphase))
|
allocate(plasticState(material_Nphase))
|
||||||
allocate(elasticState(material_Nphase))
|
|
||||||
allocate(damageState (material_Nphase))
|
allocate(damageState (material_Nphase))
|
||||||
allocate(thermalState(material_Nphase))
|
allocate(thermalState(material_Nphase))
|
||||||
#ifdef NEWSTATE
|
#ifdef NEWSTATE
|
||||||
|
|
Loading…
Reference in New Issue