new state nonlocal output fixed
This commit is contained in:
parent
488927a231
commit
6da07dd437
|
@ -210,12 +210,10 @@ subroutine constitutive_init
|
||||||
outputName = PLASTICITY_TITANMOD_label
|
outputName = PLASTICITY_TITANMOD_label
|
||||||
thisOutput => constitutive_titanmod_output
|
thisOutput => constitutive_titanmod_output
|
||||||
thisSize => constitutive_titanmod_sizePostResult
|
thisSize => constitutive_titanmod_sizePostResult
|
||||||
#ifndef NEWSTATE
|
|
||||||
case (PLASTICITY_NONLOCAL_ID)
|
case (PLASTICITY_NONLOCAL_ID)
|
||||||
outputName = PLASTICITY_NONLOCAL_label
|
outputName = PLASTICITY_NONLOCAL_label
|
||||||
thisOutput => constitutive_nonlocal_output
|
thisOutput => constitutive_nonlocal_output
|
||||||
thisSize => constitutive_nonlocal_sizePostResult
|
thisSize => constitutive_nonlocal_sizePostResult
|
||||||
#endif
|
|
||||||
case default
|
case default
|
||||||
knownPlasticity = .false.
|
knownPlasticity = .false.
|
||||||
end select
|
end select
|
||||||
|
|
Loading…
Reference in New Issue