Searched refs:RiemannOutflow_Jacobian (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 105 CEED_QFUNCTION_HELPER int RiemannOutflow_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *in… in RiemannOutflow_Jacobian() function 167 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in RiemannOutflow_Jacobian_Conserv() 171 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in RiemannOutflow_Jacobian_Prim() 175 return RiemannOutflow_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in RiemannOutflow_Jacobian_Entropy()
|