Searched refs:PressureOutflow_Jacobian (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 246 CEED_QFUNCTION_HELPER int PressureOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *i… in PressureOutflow_Jacobian() function 295 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in PressureOutflow_Jacobian_Conserv() 299 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Jacobian_Prim() 303 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in PressureOutflow_Jacobian_Entropy()
|