Home
last modified time | relevance | path

Searched refs:CS_EQUATION_POST_PECLET (Results 1 – 4 of 4) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_domain_op.c118 if (eqp->process_flag & CS_EQUATION_POST_PECLET) in _needs_adimensional_numbers()
243 if (!(eqp->process_flag & CS_EQUATION_POST_PECLET)) in _post_peclet_number()
H A Dcs_equation_param.h118 #define CS_EQUATION_POST_PECLET (1 << 1) /* 2 */ macro
H A Dcs_equation.c3430 if (!(eqp->process_flag & CS_EQUATION_POST_PECLET)) in cs_equation_compute_peclet()
H A Dcs_equation_param.c422 eqp->process_flag |= CS_EQUATION_POST_PECLET; in _set_key()