F,P, ... in loadcase are 2nd order tensors
This commit is contained in:
parent
35b17fd029
commit
3705f1d3a2
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 5ecf7d74a79da155aed31e776963c7bc10eb9890
|
Subproject commit 4e63593fa25bbb296fc734c82aff3353190565f7
|
|
@ -41,11 +41,6 @@ program DAMASK_grid
|
||||||
|
|
||||||
integer(kind(FIELD_UNDEFINED_ID)), allocatable :: ID(:)
|
integer(kind(FIELD_UNDEFINED_ID)), allocatable :: ID(:)
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
|
||||||
! variables related to information from load case and geom file
|
|
||||||
real(pReal), dimension(9) :: temp_valueVector !< temporarily from loadcase file when reading in tensors (initialize to 0.0)
|
|
||||||
logical, dimension(9) :: temp_maskVector !< temporarily from loadcase file when reading in tensors
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
! loop variables, convergence etc.
|
! loop variables, convergence etc.
|
||||||
real(pReal), dimension(3,3), parameter :: &
|
real(pReal), dimension(3,3), parameter :: &
|
||||||
|
|
Loading…
Reference in New Issue