This commit is contained in:
Martin Diehl 2021-05-23 21:02:35 +02:00
parent 24e862105c
commit 019159d328
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@
!--------------------------------------------------------------------------------------------------
#define PETSC_MAJOR 3
#define PETSC_MINOR_MIN 12
#define PETSC_MINOR_MAX 14
#define PETSC_MINOR_MAX 15
module DAMASK_interface
use, intrinsic :: ISO_fortran_env

View File

@ -72,7 +72,7 @@ module function thermalexpansion_init(kinematics_length) result(myKinematics)
prm%A(1:3,1:3,i) = lattice_applyLatticeSymmetry33(prm%A(1:3,1:3,i),&
phase%get_asString('lattice'))
enddo
print*, prm%A
end associate
endif
enddo
@ -95,6 +95,7 @@ module subroutine thermalexpansion_LiAndItsTangent(Li, dLi_dTstar, ph,me)
real(pReal) :: T, dot_T
T = thermal_T(ph,me)
dot_T = thermal_dot_T(ph,me)