Home
last modified time | relevance | path

Searched refs:i_flux (Results 1 – 6 of 6) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_vof.c975 cs_field_t *i_flux = cs_field_by_id(i_flux_id); in cs_vof_drift_term() local
1028 i_flux->val[face_id] += fluxij[0]; in cs_vof_drift_term()
H A Dcs_equation_iterative_solve.c890 cs_field_t *i_flux = cs_field_by_id(i_flux_id); in cs_equation_iterative_solve_scalar() local
963 i_flux->val[face_id] += i_flux2[2*face_id]; in cs_equation_iterative_solve_scalar()
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_advection_field.c1367 const cs_real_t *i_flux = ai->values; in cs_advection_field_cw_eval_at_xyz() local
1371 i_flux, in cs_advection_field_cw_eval_at_xyz()
1385 const cs_real_t *i_flux = (cs_field_by_id(adv->int_field_id))->val; in cs_advection_field_cw_eval_at_xyz() local
1389 i_flux, in cs_advection_field_cw_eval_at_xyz()
2678 const cs_real_t *i_flux = fld->val; in cs_advection_field_cw_face_flux() local
2685 fluxes[f] = i_flux[f_id]; in cs_advection_field_cw_face_flux()
/dports/games/omega/omega/
H A Ditem.c575 case I_FLUX: i_flux(o); break;
H A Ditemf1.c68 void i_flux(o) in i_flux() function
H A Dextern.h470 void i_flux ARGS((pob));