DAMASK_EICMD/src/homogenization_thermal_pass...

15 lines
435 B
Fortran
Raw Normal View History

2021-04-06 15:25:30 +05:30
!--------------------------------------------------------------------------------------------------
!> @author Martin Diehl, KU Leuven
!> @brief Dummy homogenization scheme for 1 constituent per material point
!--------------------------------------------------------------------------------------------------
submodule(homogenization:thermal) pass
contains
module subroutine pass_init
end subroutine pass_init
end submodule pass