Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_gwf_priv.h560 cs_gwf_tracer_add_terms_t **add_tracer_terms; member
H A Dcs_gwf.c1734 gw->add_tracer_terms = NULL; in _gwf_create()
1880 BFT_FREE(gw->add_tracer_terms); in cs_gwf_destroy_all()
2242 BFT_REALLOC(gw->add_tracer_terms, in cs_gwf_add_tracer()
2252 gw->add_tracer_terms[tr_id] = cs_gwf_tracer_add_terms; in cs_gwf_add_tracer()
2297 BFT_REALLOC(gw->add_tracer_terms, in cs_gwf_add_user_tracer()
2302 gw->add_tracer_terms[tr_id] = add_terms; in cs_gwf_add_user_tracer()
2355 gw->add_tracer_terms[i](gw->tracers[i]); in cs_gwf_add_tracer_terms()