1 # 1 "/home/damask_user/GitLabCI_Pipeline_4301/DAMASK/src/homogenization_mech_none.f90"
4 # 1 "/home/damask_user/GitLabCI_Pipeline_4301/DAMASK/src/homogenization_mech_none.f90"
18 module subroutine mech_none_init
25 write(6,
'(/,a)')
' <<<+- homogenization_'//homogenization_none_label//
' init -+>>>';
flush(6)
27 ninstance = count(homogenization_type == homogenization_none_id)
28 if (iand(debug_level(debug_homogenization),debug_levelbasic) /= 0) &
29 write(6,
'(a16,1x,i5,/)')
'# instances:',ninstance
31 do h = 1,
size(homogenization_type)
32 if (homogenization_type(h) /= homogenization_none_id) cycle
34 nofmyhomog = count(material_homogenizationat == h)
35 homogstate(h)%sizeState = 0
36 allocate(homogstate(h)%state0 (0,nofmyhomog))
37 allocate(homogstate(h)%subState0(0,nofmyhomog))
38 allocate(homogstate(h)%state (0,nofmyhomog))
42 end subroutine mech_none_init
44 end submodule homogenization_mech_none