Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_cdo_main.c201 if ((eq_flag & CS_EQUATION_USER_TRIGGERED) == 0) { in _compute_steady_user_equations()
257 if ((eq_flag & CS_EQUATION_USER_TRIGGERED) == 0) { in _compute_unsteady_user_equations()
H A Dcs_equation_param.h95 #define CS_EQUATION_USER_TRIGGERED (1 << 9) /* 512 */ macro