field variables

This commit is contained in:
Martin Diehl 2021-01-20 20:40:14 +01:00
parent 440790ca01
commit 219529a402
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ module homogenization
! General variables for the homogenization at a material point
real(pReal), dimension(:), allocatable, public :: &
homogenization_T, &
homogenization_dot_T
homogenization_dot_T, &
homogenization_phi, &
homogenization_dot_phi
real(pReal), dimension(:,:,:), allocatable, public :: &
homogenization_F0, & !< def grad of IP at start of FE increment
homogenization_F !< def grad of IP to be reached at end of FE increment