15 lines
434 B
Fortran
15 lines
434 B
Fortran
|
!--------------------------------------------------------------------------------------------------
|
||
|
!> @author Martin Diehl, KU Leuven
|
||
|
!> @brief Dummy homogenization scheme for 1 constituent per material point
|
||
|
!--------------------------------------------------------------------------------------------------
|
||
|
submodule(homogenization:damage) pass
|
||
|
|
||
|
contains
|
||
|
|
||
|
module subroutine pass_init
|
||
|
|
||
|
|
||
|
end subroutine pass_init
|
||
|
|
||
|
end submodule pass
|