Lines Matching refs:is_implicit
28 CeedScalar(*jac_data_sur) = context->newtonian_ctx.is_implicit ? out[1] : NULL; in Freestream()
31 const bool is_implicit = newt_ctx->is_implicit; in Freestream() local
39 wdetJb *= is_implicit ? -1. : 1.; in Freestream()
54 if (is_implicit) { in Freestream()
97 const bool is_implicit = newt_ctx->is_implicit; in Freestream_Jacobian() local
103 wdetJb *= is_implicit ? -1. : 1.; in Freestream_Jacobian()
183 CeedScalar(*jac_data_sur) = outflow->gas.is_implicit ? out[1] : NULL; in RiemannOutflow()
186 const bool is_implicit = gas->is_implicit; in RiemannOutflow() local
191 wdetJb *= is_implicit ? -1. : 1.; in RiemannOutflow()
222 if (is_implicit) { in RiemannOutflow()
255 const bool is_implicit = gas->is_implicit; in RiemannOutflow_Jacobian() local
260 wdetJb *= is_implicit ? -1. : 1.; in RiemannOutflow_Jacobian()
331 CeedScalar(*jac_data_sur) = outflow->gas.is_implicit ? out[1] : NULL; in PressureOutflow()
334 const bool is_implicit = gas->is_implicit; in PressureOutflow() local
343 wdetJb *= is_implicit ? -1. : 1.; in PressureOutflow()
363 if (is_implicit) { in PressureOutflow()
396 const bool is_implicit = gas->is_implicit; in PressureOutflow_Jacobian() local
401 wdetJb *= is_implicit ? -1. : 1.; in PressureOutflow_Jacobian()