Home
last modified time | relevance | path

Searched refs:cs_xdef_t (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_source_term.h70 (cs_source_term_cellwise_t)(const cs_xdef_t *source,
122 cs_source_term_set_reduction(cs_xdef_t *st,
136 cs_source_term_get_flag(const cs_xdef_t *st);
157 cs_xdef_t *const *source_terms,
209 cs_source_term_pvsp_by_value(const cs_xdef_t *source,
258 cs_source_term_dcsd_by_value(const cs_xdef_t *source,
281 cs_source_term_dcvd_by_value(const cs_xdef_t *source,
304 cs_source_term_dcsd_by_array(const cs_xdef_t *source,
459 cs_source_term_vcsp_by_value(const cs_xdef_t *source,
509 cs_source_term_pcsd_by_value(const cs_xdef_t *source,
[all …]
H A Dcs_xdef.h200 } cs_xdef_t; typedef
420 cs_xdef_get_array(cs_xdef_t *def) in cs_xdef_get_array()
450 cs_xdef_t *
474 cs_xdef_t *
497 cs_xdef_t *
513 cs_xdef_t *
514 cs_xdef_free(cs_xdef_t *d);
526 cs_xdef_t *
527 cs_xdef_copy(cs_xdef_t *src);
575 cs_xdef_set_array(cs_xdef_t *d,
[all …]
H A Dcs_evaluate.h143 const cs_xdef_t *def,
161 const cs_xdef_t *def,
236 const cs_xdef_t *def,
271 cs_evaluate_potential_at_faces_by_value(const cs_xdef_t *def,
287 cs_evaluate_potential_at_cells_by_value(const cs_xdef_t *def,
358 cs_evaluate_average_on_faces_by_value(const cs_xdef_t *def,
377 cs_evaluate_average_on_faces_by_analytic(const cs_xdef_t *def,
393 cs_evaluate_average_on_cells_by_value(const cs_xdef_t *def,
406 cs_evaluate_average_on_cells_by_array(const cs_xdef_t *def,
458 cs_evaluate_average_on_faces(const cs_xdef_t *def, in cs_evaluate_average_on_faces()
[all …]
H A Dcs_navsto_param.h1301 cs_xdef_t *
1323 cs_xdef_t *
1345 cs_xdef_t *
1367 cs_xdef_t *
1425 cs_xdef_t *
1444 cs_xdef_t *
1463 cs_xdef_t *
1483 cs_xdef_t *
1507 cs_xdef_t *
1529 cs_xdef_t *
[all …]
H A Dcs_equation_param.h1638 cs_xdef_t *
1661 cs_xdef_t *
1683 cs_xdef_t *
1719 cs_xdef_t *
1744 cs_xdef_t *
1768 cs_xdef_t *
1791 cs_xdef_t *
1816 cs_xdef_t *
1837 cs_xdef_t *
1992 cs_xdef_t *
[all …]
H A Dcs_property.h146 cs_xdef_t **defs; /* List of definitions */
530 cs_xdef_t *
548 cs_xdef_t *
567 cs_xdef_t *
586 cs_xdef_t *
605 cs_xdef_t *
625 cs_xdef_t *
646 cs_xdef_t *
669 cs_xdef_t *
691 cs_xdef_t *
H A Dcs_xdef.c115 cs_xdef_t *
123 cs_xdef_t *d = NULL; in cs_xdef_volume_create()
125 BFT_MALLOC(d, 1, cs_xdef_t); in cs_xdef_volume_create()
286 cs_xdef_t *
294 cs_xdef_t *d = NULL; in cs_xdef_boundary_create()
296 BFT_MALLOC(d, 1, cs_xdef_t); in cs_xdef_boundary_create()
434 cs_xdef_t *
440 cs_xdef_t *d = NULL; in cs_xdef_timestep_create()
503 cs_xdef_t *
578 cs_xdef_t *
[all …]
H A Dcs_navsto_param.c1765 cs_xdef_t *
1829 cs_xdef_t *
1902 cs_xdef_t *
1952 cs_xdef_t *
2160 cs_xdef_t *
2249 cs_xdef_t *
2309 cs_xdef_t *
2372 cs_xdef_t *
2448 cs_xdef_t *
2518 cs_xdef_t *
[all …]
H A Dcs_equation_param.c1915 cs_xdef_t *
1963 cs_xdef_t *
2010 cs_xdef_t *
2084 cs_xdef_t *
2145 cs_xdef_t *
2223 cs_xdef_t *
2292 cs_xdef_t *
2372 cs_xdef_t *
2449 cs_xdef_t *
2767 cs_xdef_t *
[all …]
H A Dcs_property.c229 cs_xdef_t *def = pty->defs[def_id]; in _get_cell_value()
267 cs_xdef_t *def = pty->defs[def_id]; in _value_in_cell()
1131 cs_xdef_t *
1188 cs_xdef_t *
1242 cs_xdef_t *
1292 cs_xdef_t *
1350 cs_xdef_t *
1402 cs_xdef_t *
1477 cs_xdef_t *
1527 cs_xdef_t *
[all …]
H A Dcs_hho_builder.h205 cs_hho_builder_reduction_from_analytic(const cs_xdef_t *def,
231 cs_hho_builder_reduction_from_analytic_v(const cs_xdef_t *def,
254 cs_hho_builder_compute_dirichlet(const cs_xdef_t *def,
278 cs_hho_builder_compute_dirichlet_v(const cs_xdef_t *def,
H A Dcs_source_term.c133 _set_mask(const cs_xdef_t *st, in _set_mask()
413 cs_source_term_set_reduction(cs_xdef_t *st, in cs_source_term_set_reduction()
468 cs_source_term_get_flag(const cs_xdef_t *st) in cs_source_term_get_flag()
495 cs_xdef_t *const *source_terms, in cs_source_term_init()
517 const cs_xdef_t *st_def = source_terms[st_id]; in cs_source_term_init()
911 cs_source_term_pvsp_by_value(const cs_xdef_t *source, in cs_source_term_pvsp_by_value()
1018 cs_source_term_dcsd_by_value(const cs_xdef_t *source, in cs_source_term_dcsd_by_value()
1059 cs_source_term_dcvd_by_value(const cs_xdef_t *source, in cs_source_term_dcvd_by_value()
1100 cs_source_term_dcsd_by_array(const cs_xdef_t *source, in cs_source_term_dcsd_by_array()
1682 cs_source_term_vcsp_by_value(const cs_xdef_t *source, in cs_source_term_vcsp_by_value()
[all …]
H A Dcs_equation_common.h703 cs_xdef_t **defs,
722 cs_xdef_t **defs,
741 cs_xdef_t **defs,
H A Dcs_advection_field.c1345 cs_xdef_t *def = adv->definition; in cs_advection_field_cw_eval_at_xyz()
1504 cs_xdef_t *def = adv->definition; in cs_advection_field_in_cells()
1703 cs_xdef_t *def = adv->definition; in cs_advection_field_at_vertices()
1854 const cs_xdef_t *def = adv->definition; in cs_advection_field_across_boundary()
2183 const cs_xdef_t *def = adv->definition; in cs_advection_field_cw_boundary_face_flux()
2440 const cs_xdef_t *def = adv->definition; in cs_advection_field_cw_boundary_f2v_flux()
2544 cs_xdef_t *def = adv->definition; in cs_advection_field_cw_boundary_f2v_flux()
2647 cs_xdef_t *def = adv->definition; in cs_advection_field_cw_face_flux()
2840 cs_xdef_t *def = adv->definition; in cs_advection_field_cw_dface_flux()
3321 const cs_xdef_t *def = adv->definition; in cs_advection_field_divergence_at_vertices()
[all …]
H A Dcs_equation_bc.c177 cs_xdef_t **defs, in _sync_circulation_def_at_edges()
199 const cs_xdef_t *def = defs[def_id]; in _sync_circulation_def_at_edges()
294 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_init_boundary_flux_from_bc()
671 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_compute_dirichlet_vb()
836 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_compute_dirichlet_fb()
1124 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_compute_neumann_sv()
1215 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_compute_neumann_fb()
1304 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_compute_robin()
1409 const cs_xdef_t *def = eqp->bc_defs[def_id]; in cs_equation_compute_circulation_eb()
H A Dcs_navsto_coupling.c233 cs_xdef_t *def = eqp->bc_defs[i]; in cs_navsto_ac_last_setup()
394 cs_xdef_t *def = eqp->bc_defs[i]; in cs_navsto_monolithic_last_setup()
614 const cs_xdef_t *pdef = nsp->pressure_bc_defs[i]; in cs_navsto_projection_last_setup()
H A Dcs_evaluate.c1550 const cs_xdef_t *def, in cs_evaluate_density_by_analytic()
1618 const cs_xdef_t *def, in cs_evaluate_density_by_value()
1723 cs_evaluate_potential_at_faces_by_analytic(const cs_xdef_t *def, in cs_evaluate_potential_at_faces_by_analytic()
1855 const cs_xdef_t *def, in cs_evaluate_potential_by_qov()
1983 cs_evaluate_potential_at_faces_by_value(const cs_xdef_t *def, in cs_evaluate_potential_at_faces_by_value()
2076 cs_evaluate_potential_at_cells_by_value(const cs_xdef_t *def, in cs_evaluate_potential_at_cells_by_value()
2472 cs_evaluate_average_on_faces_by_value(const cs_xdef_t *def, in cs_evaluate_average_on_faces_by_value()
2545 cs_evaluate_average_on_faces_by_analytic(const cs_xdef_t *def, in cs_evaluate_average_on_faces_by_analytic()
2599 cs_evaluate_average_on_cells_by_value(const cs_xdef_t *def, in cs_evaluate_average_on_cells_by_value()
2640 cs_evaluate_average_on_cells_by_array(const cs_xdef_t *def, in cs_evaluate_average_on_cells_by_array()
[all …]
H A Dcs_gwf_priv.c109 cs_xdef_t *def = adv->bdy_flux_defs[0]; in _update_vb_darcy_flux_at_boundary()
467 const cs_xdef_t *def = eqp->bc_defs[ibc]; in cs_gwf_darcy_flux_balance()
476 cs_xdef_t *_def = adv->bdy_flux_defs[0]; in cs_gwf_darcy_flux_balance()
H A Dcs_advection_field.h207 cs_xdef_t *definition;
211 cs_xdef_t **bdy_flux_defs;
H A Dcs_domain_setup.h122 cs_xdef_t *
H A Dcs_equation_common.c339 (cs_xdef_t *const *)eqp->source_terms, in cs_equation_builder_init()
1253 cs_xdef_t **defs, in cs_equation_sync_vol_def_at_vertices()
1273 const cs_xdef_t *def = defs[def_id]; in cs_equation_sync_vol_def_at_vertices()
1357 cs_xdef_t **defs, in cs_equation_sync_vol_def_at_edges()
1377 const cs_xdef_t *def = defs[def_id]; in cs_equation_sync_vol_def_at_edges()
1461 cs_xdef_t **defs, in cs_equation_sync_vol_def_at_faces()
1481 const cs_xdef_t *def = defs[def_id]; in cs_equation_sync_vol_def_at_faces()
H A Dcs_cdo_turbulence.c96 cs_xdef_t *tke_reaction; /* eps/tke by default + ... if needed */
97 cs_xdef_t *eps_reaction; /* by default + ... if needed */
99 cs_xdef_t *tke_source_term; /* Production + buoyancy if needed for k */
100 cs_xdef_t *eps_source_term; /* Same for epsilon */
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_xdef_eval_at_zone.h47 cs_xdef_eval_at_zone(const cs_xdef_t *def,
H A Dcs_physical_properties.c209 static cs_xdef_t *
213 cs_xdef_t *def = NULL; in _get_property_def_on_zone()
237 _update_def_values(cs_xdef_t *def, in _update_def_values()
924 cs_xdef_t *def = _get_property_def_on_zone(pty, zname); in cs_physical_property_get_zone_values()
1119 cs_xdef_t *def = _get_property_def_on_zone(pty, zname); in cs_physical_property_update_zone_values()
H A Dcs_volume_mass_injection.c257 _volume_mass_injection_eval(cs_xdef_t *def, in _volume_mass_injection_eval()
500 cs_xdef_t *v_inj = eqp->volume_mass_injections[i]; in cs_volume_mass_injection_flag_zones()
616 cs_xdef_t *v_inj = eqp->volume_mass_injections[inj_idx]; in cs_volume_mass_injection_eval()

12