Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_gwf.c1177 static cs_gwf_miscible_two_phase_t *
1180 cs_gwf_miscible_two_phase_t *mc = NULL; in _mtpf_init_context()
1182 BFT_MALLOC(mc, 1, cs_gwf_miscible_two_phase_t); in _mtpf_init_context()
1265 _mtpf_free_context(cs_gwf_miscible_two_phase_t **p_mc) in _mtpf_free_context()
1272 cs_gwf_miscible_two_phase_t *mc = *p_mc; in _mtpf_free_context()
1298 _mtpf_log_context(cs_gwf_miscible_two_phase_t *mc) in _mtpf_log_context()
1333 _mtpf_init_setup(cs_gwf_miscible_two_phase_t *mc) in _mtpf_init_setup()
1563 cs_gwf_miscible_two_phase_t *mc) in _mtpf_updates()
1661 cs_gwf_miscible_two_phase_t *mc) in _mtpf_compute()
2083 cs_gwf_miscible_two_phase_t *mc = in cs_gwf_set_post_options()
[all …]
H A Dcs_gwf_priv.h473 } cs_gwf_miscible_two_phase_t; typedef