Home
last modified time | relevance | path

Searched refs:CLOAD_ngrp_centerID (Results 1 – 4 of 4) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90265 integer(kind=kint), pointer :: CLOAD_ngrp_centerID (:) =>null() component
654 nullify( S%CLOAD_ngrp_centerID )
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/dynamic/transit/
H A Ddynamic_mat_ass_load.f9084 rinfo%conds(rid)%center_ngrp_id = fstrSOLID%CLOAD_ngrp_centerID(ig0)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_ass_load.f9082 rinfo%conds(rid)%center_ngrp_id = fstrSOLID%CLOAD_ngrp_centerID(ig0)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_setup.f901296 if( associated(fstrSOLID%CLOAD_ngrp_centerID) ) then
1297 deallocate(fstrSOLID%CLOAD_ngrp_centerID, stat=ierror)
2147 call fstr_expand_integer_array ( P%SOLID%CLOAD_ngrp_centerID, old_size, new_size )
2160 P%SOLID%CLOAD_ngrp_centerID(old_size+1:) = rotc_id(1)