Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_gwf_priv.c144 darcy->flux_location = loc_flag; in cs_gwf_darcy_flux_create()
201 cs_flag_str_location(darcy->flux_location)); in cs_gwf_darcy_flux_log()
254 if (cs_flag_test(darcy->flux_location, cs_flag_dual_face_byc)) { in cs_gwf_darcy_flux_define()
258 array_location = CS_FLAG_SCALAR | darcy->flux_location; in cs_gwf_darcy_flux_define()
278 else if (cs_flag_test(darcy->flux_location, cs_flag_primal_cell)) { in cs_gwf_darcy_flux_define()
352 if (cs_flag_test(darcy->flux_location, cs_flag_dual_face_byc)) { in cs_gwf_darcy_flux_update()
360 darcy->flux_location, in cs_gwf_darcy_flux_update()
375 else if (cs_flag_test(darcy->flux_location, cs_flag_primal_cell)) in cs_gwf_darcy_flux_update()
377 darcy->flux_location, in cs_gwf_darcy_flux_update()
H A Dcs_gwf_priv.h73 cs_flag_t flux_location; member