Lines Matching refs:is_implicit
43 CeedScalar(*jac_data_sur) = outflow->newt_ctx.is_implicit ? out[1] : NULL; in RiemannOutflow()
46 const bool is_implicit = outflow->newt_ctx.is_implicit; in RiemannOutflow() local
51 wdetJb *= is_implicit ? -1. : 1.; in RiemannOutflow()
82 if (is_implicit) { in RiemannOutflow()
115 const bool is_implicit = outflow->newt_ctx.is_implicit; in RiemannOutflow_Jacobian() local
120 wdetJb *= is_implicit ? -1. : 1.; in RiemannOutflow_Jacobian()
191 CeedScalar(*jac_data_sur) = outflow->newt_ctx.is_implicit ? out[1] : NULL; in PressureOutflow()
194 const bool is_implicit = outflow->newt_ctx.is_implicit; in PressureOutflow() local
203 wdetJb *= is_implicit ? -1. : 1.; in PressureOutflow()
223 if (is_implicit) { in PressureOutflow()
256 const bool is_implicit = outflow->newt_ctx.is_implicit; in PressureOutflow_Jacobian() local
261 wdetJb *= is_implicit ? -1. : 1.; in PressureOutflow_Jacobian()