Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_walldistance.c226 dualcell_vol[v_id] += cdoq->dcell_vol[i]; in _compute_poisson_cdovb()
228 vtx_gradient[v_id][k] += cdoq->dcell_vol[i]*cell_gradient[k]; in _compute_poisson_cdovb()
H A Dcs_gwf_tracer.c740 field_val[c_id] += quant->dcell_vol[j]*c_p[j]; in _update_precipitation_vb()
1573 _int_value += cdoq->dcell_vol[j] * v_vals[c2v->ids[j]]; in cs_gwf_tracer_integrate()
1603 _int_value += 0.75 * cdoq->dcell_vol[j] * v_vals[c2v->ids[j]]; in cs_gwf_tracer_integrate()
1674 _int_value += cdoq->dcell_vol[j] * v_vals[c2v->ids[j]]; in cs_gwf_tracer_integrate_sat()
1705 _int_value += 0.75 * cdoq->dcell_vol[j] * v_vals[c2v->ids[j]]; in cs_gwf_tracer_integrate_sat()
H A Dcs_reco.c90 const double *dcv = quant->dcell_vol; in cs_reco_conf_vtx_dofs()
182 const cs_real_t *dcvol = quant->dcell_vol; in cs_reco_pv_at_cell_centers()
228 const cs_real_t *dcvol = quant->dcell_vol; in cs_reco_vect_pv_at_cell_centers()
453 const cs_real_t *dcvol = quant->dcell_vol; in cs_reco_pv_at_cell_center()
492 const cs_real_t vc_vol = quant->dcell_vol[j]; in cs_reco_vect_pv_from_pc()
H A Dcs_evaluate.c372 const cs_real_t *dc_vol = quant->dcell_vol; in _pvsp_by_qov()
445 const cs_real_t *dc_vol = quant->dcell_vol; in _pvcsp_by_qov()
560 compute_integral(time_eval, xv1, xe, xf, xc, quant->dcell_vol[v1], in _dcsd_by_analytic()
562 compute_integral(time_eval, xv2, xe, xf, xc, quant->dcell_vol[v2], in _dcsd_by_analytic()
625 compute_integral(time_eval, xv1, xe, xf, xc, quant->dcell_vol[v1], in _dcvd_by_analytic()
627 compute_integral(time_eval, xv2, xe, xf, xc, quant->dcell_vol[v2], in _dcvd_by_analytic()
1033 const cs_real_t *dual_vol = quant->dcell_vol; /* scan by c2v */ in _dcsd_by_value()
1074 const cs_real_t *dual_vol = cs_cdo_quant->dcell_vol; /* scan by c2v */ in _dcvd_by_value()
2791 const cs_real_t *dc_vol = quant->dcell_vol; in cs_evaluate_scal_domain_integral_by_array()
H A Dcs_cdo_quantities.h229 cs_real_t *dcell_vol; /* Dual volume related to each vertex. member
H A Dcs_cdo_quantities.c184 cdoq->dcell_vol = NULL; in _create_cdo_quantities()
673 BFT_MALLOC(quant->dcell_vol, topo->c2v->idx[quant->n_cells], double); in _compute_dcell_quantities()
686 double *vol_vc = quant->dcell_vol + c2v_idx[0]; in _compute_dcell_quantities()
1163 BFT_FREE(cdoq->dcell_vol); in cs_cdo_quantities_free()
1435 dual_vol[c2v->ids[j]] += cdoq->dcell_vol[j]; in cs_cdo_quantities_compute_dual_volumes()
H A Dcs_cdo_blas.c611 const cs_real_t *w_c2v = cs_cdo_quant->dcell_vol; in cs_cdo_blas_square_norm_pvsp()
H A Dcs_advection_field.c249 const cs_real_t vc_vol = quant->dcell_vol[j]; in _compute_adv_vector_at_vertices()
274 const cs_real_t vc_vol = quant->dcell_vol[j]; in _compute_adv_vector_at_vertices()
329 const cs_real_t vc_vol = quant->dcell_vol[j]; in _compute_adv_vector_at_vertices()
H A Dcs_equation.c3057 int_cell += cdoq->dcell_vol[j] * p_v[c2v->ids[j]]; in cs_equation_integrate_variable()
3080 int_cell += 0.75*cdoq->dcell_vol[j] * p_v[c2v->ids[j]]; in cs_equation_integrate_variable()
H A Dcs_cdo_local.c977 const double *wvc = quant->dcell_vol + c2v_idx[0]; in cs_cell_mesh_build()
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_extra_operations-verif_cdo_diffusion.c190 cdoq->dcell_vol, in _cdovb_post()