Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_equation.h213 cs_equation_get_field(const cs_equation_t *eq);
H A Dcs_maxwell.c569 mxl->scal_pot = cs_equation_get_field(es_eq); in cs_maxwell_finalize_setup()
588 mxl->vect_pot = cs_equation_get_field(ms_eq); in cs_maxwell_finalize_setup()
H A Dcs_walldistance.c511 cs_field_t *field_p = cs_equation_get_field(eq); in cs_walldistance_compute()
H A Dcs_gwf.c255 cs_field_t *hydraulic_head = cs_equation_get_field(richards); in _spf_update_head()
1017 const cs_field_t *hydraulic_head = cs_equation_get_field(mc->richards); in _uspf_finalize_setup()
H A Dcs_gwf_tracer.c1501 cs_field_t *f = cs_equation_get_field(tracer->eq); in cs_gwf_tracer_log_setup()
H A Dcs_equation.c602 cs_equation_get_field(const cs_equation_t *eq) in cs_equation_get_field() function
H A Dcs_solidification.c4517 alloy->c_bulk = cs_equation_get_field(alloy->solute_equation); in cs_solidification_finalize_setup()
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_parameters-cdo-condif.c421 cs_field_t *fld = cs_equation_get_field(eq); in cs_user_linear_solvers()
H A Dcs_user_extra_operations-verif_cdo_diffusion.c176 const cs_field_t *field = cs_equation_get_field(eq); in _cdovb_post()