Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_evaluate.c372 const cs_real_t *dc_vol = quant->dcell_vol; in _pvsp_by_qov() local
391 volume_marked += dc_vol[j]; /* | dual_cell cap cell | */ in _pvsp_by_qov()
445 const cs_real_t *dc_vol = quant->dcell_vol; in _pvcsp_by_qov() local
469 volume_marked += 0.75 * dc_vol[j]; /* 3/4 * | dual_cell cap cell | */ in _pvcsp_by_qov()
2791 const cs_real_t *dc_vol = quant->dcell_vol; in cs_evaluate_scal_domain_integral_by_array() local
2796 result += dc_vol[j] * array_val[c2v->ids[j]]; in cs_evaluate_scal_domain_integral_by_array()