Searched refs:PressureOutflow_Jacobian (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_freestream.h | 386 CEED_QFUNCTION_HELPER int PressureOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *i… in PressureOutflow_Jacobian() function 435 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in PressureOutflow_Jacobian_Conserv() 439 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in PressureOutflow_Jacobian_Prim() 443 return PressureOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in PressureOutflow_Jacobian_Entropy()
|