no changes to previous version, just wanted to add some comment to the previous commit:
subroutine "constitutive_nonlocal_dotState" only affects the current dotState, so no need to pass the whole array as argument
This commit is contained in:
parent
9b1e1e35ea
commit
b8b75edd7d
|
@ -1959,7 +1959,7 @@ type(p_vec), dimension(homogenization_maxNgrains,mesh_maxNips,mesh_NcpElems), in
|
|||
state ! microstructural state
|
||||
|
||||
!* output variables
|
||||
real(pReal) constitutive_nonlocal_dotTemperature ! evolution of Temperature
|
||||
real(pReal) constitutive_nonlocal_dotTemperature ! evolution of Temperature
|
||||
|
||||
!* local variables
|
||||
|
||||
|
|
Loading…
Reference in New Issue