not needed anymore
This commit is contained in:
parent
d93fb12e8c
commit
c7d675a1e9
|
@ -76,17 +76,6 @@ module crystallite
|
||||||
crystallite_todo, & !< flag to indicate need for further computation
|
crystallite_todo, & !< flag to indicate need for further computation
|
||||||
crystallite_localPlasticity !< indicates this grain to have purely local constitutive law
|
crystallite_localPlasticity !< indicates this grain to have purely local constitutive law
|
||||||
|
|
||||||
enum, bind(c)
|
|
||||||
enumerator :: undefined_ID, &
|
|
||||||
orientation_ID, &
|
|
||||||
defgrad_ID, &
|
|
||||||
fp_ID, &
|
|
||||||
p_ID, &
|
|
||||||
elasmatrix_ID
|
|
||||||
end enum
|
|
||||||
integer(kind(undefined_ID)),dimension(:,:), allocatable :: &
|
|
||||||
crystallite_outputID !< ID of each post result output
|
|
||||||
|
|
||||||
type :: tOutput !< new requested output (per phase)
|
type :: tOutput !< new requested output (per phase)
|
||||||
character(len=65536), allocatable, dimension(:) :: &
|
character(len=65536), allocatable, dimension(:) :: &
|
||||||
label
|
label
|
||||||
|
@ -136,15 +125,10 @@ subroutine crystallite_init
|
||||||
c, & !< counter in integration point component loop
|
c, & !< counter in integration point component loop
|
||||||
i, & !< counter in integration point loop
|
i, & !< counter in integration point loop
|
||||||
e, & !< counter in element loop
|
e, & !< counter in element loop
|
||||||
o = 0, & !< counter in output loop
|
|
||||||
r, &
|
|
||||||
cMax, & !< maximum number of integration point components
|
cMax, & !< maximum number of integration point components
|
||||||
iMax, & !< maximum number of integration points
|
iMax, & !< maximum number of integration points
|
||||||
eMax, & !< maximum number of elements
|
eMax, & !< maximum number of elements
|
||||||
myNcomponents, & !< number of components at current IP
|
myNcomponents !< number of components at current IP
|
||||||
mySize
|
|
||||||
|
|
||||||
character(len=65536), dimension(:), allocatable :: str
|
|
||||||
|
|
||||||
write(6,'(/,a)') ' <<<+- crystallite init -+>>>'
|
write(6,'(/,a)') ' <<<+- crystallite init -+>>>'
|
||||||
|
|
||||||
|
@ -763,10 +747,7 @@ function crystallite_postResults(ipc, ip, el)
|
||||||
sum(sourceState(material_phaseAt(ipc,el))%p(:)%sizePostResults)) :: &
|
sum(sourceState(material_phaseAt(ipc,el))%p(:)%sizePostResults)) :: &
|
||||||
crystallite_postResults
|
crystallite_postResults
|
||||||
integer :: &
|
integer :: &
|
||||||
o, &
|
c
|
||||||
c, &
|
|
||||||
mySize, &
|
|
||||||
n
|
|
||||||
|
|
||||||
|
|
||||||
crystallite_postResults = 0.0_pReal
|
crystallite_postResults = 0.0_pReal
|
||||||
|
|
Loading…
Reference in New Issue