Home
last modified time | relevance | path

Searched refs:last_temp_bkup (Results 1 – 2 of 2) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/analysis/static/
H A Dfstr_Cutback.f9044 allocate(fstrSOLID%last_temp_bkup(size(fstrSOLID%last_temp)))
90 if( associated(fstrSOLID%last_temp_bkup) ) deallocate(fstrSOLID%last_temp_bkup)
139 fstrSOLID%last_temp_bkup(i) = fstrSOLID%last_temp(i)
190 fstrSOLID%last_temp(i) = fstrSOLID%last_temp_bkup(i)
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f90388 real(kind=kreal), pointer :: last_temp_bkup(:) => null() component