Home
last modified time | relevance | path

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

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/main/
H A Dfistr_main.f9078 case( kstDYNAMIC )
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_ctrl_common.f9056 if( ipt/=0 .and. ( type == kstSTATIC .or. type == kstDYNAMIC )) nlgeom = .true.
H A Dfstr_setup.f90375 if( p%PARAM%solution_type==kstSTATIC .or. p%PARAM%solution_type==kstDYNAMIC ) then
868 if( p%PARAM%solution_type==kstSTATIC .or. p%PARAM%solution_type==kstDYNAMIC .or. &
1525 .or. P%PARAM%solution_type == kstDYNAMIC &
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/lib/
H A Dm_fstr.f9040 integer(kind=kint), parameter :: kstDYNAMIC = 4 variable