Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cfbl/
H A Dcs_cf_thermo.c1300 cs_real_t gamma, bMach, eps, pstat, old_pstat, ptot, res, rhotot; in cs_cf_thermo_ph_inlet_bc() local
1390 old_pstat = ptot; in cs_cf_thermo_ph_inlet_bc()
1576 res = CS_ABS((pstat - old_pstat) / ptot); in cs_cf_thermo_ph_inlet_bc()
1579 old_pstat = pstat; in cs_cf_thermo_ph_inlet_bc()
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_forces.cpp979 ParamStatus old_pstat = GetGroupParamstatus(gnum); in RemoveParamIfInAGroup() local
986 if (old_pstat.Grouped()) in RemoveParamIfInAGroup()
992 SetParamstatus(old_pstat, pindex); in RemoveParamIfInAGroup()