2021-04-06 15:25:30 +05:30
|
|
|
!--------------------------------------------------------------------------------------------------
|
|
|
|
!> @author Martin Diehl, KU Leuven
|
|
|
|
!> @brief Dummy homogenization scheme for 1 constituent per material point
|
|
|
|
!--------------------------------------------------------------------------------------------------
|
2021-04-06 15:35:47 +05:30
|
|
|
submodule(homogenization:thermal) thermal_pass
|
2021-04-06 15:25:30 +05:30
|
|
|
|
|
|
|
contains
|
|
|
|
|
2021-04-11 19:02:17 +05:30
|
|
|
module subroutine pass_init()
|
|
|
|
|
|
|
|
print'(/,a)', ' <<<+- homogenization:thermal:pass init -+>>>'
|
2021-04-06 15:25:30 +05:30
|
|
|
|
|
|
|
end subroutine pass_init
|
|
|
|
|
2021-04-06 15:35:47 +05:30
|
|
|
end submodule thermal_pass
|