Home
last modified time | relevance | path

Searched refs:CS_EQUATION_POST_BALANCE (Results 1 – 3 of 3) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_equation_param.h117 #define CS_EQUATION_POST_BALANCE (1 << 0) /* 1 */ macro
H A Dcs_equation.c3530 if (!(eqp->process_flag & CS_EQUATION_POST_BALANCE)) in cs_equation_post_balance()
H A Dcs_equation_param.c420 eqp->process_flag |= CS_EQUATION_POST_BALANCE; in _set_key()