Searched refs:BoundaryIntegral_Jacobian (Results 1 – 1 of 1) sorted by relevance
| /honee/qfunctions/ |
| H A D | newtonian.h | 538 CEED_QFUNCTION_HELPER int BoundaryIntegral_Jacobian(void *ctx, CeedInt Q, const CeedScalar *const *… in BoundaryIntegral_Jacobian() function 585 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_CONSERVATIVE); in BoundaryIntegral_Jacobian_Conserv() 589 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_PRIMITIVE); in BoundaryIntegral_Jacobian_Prim() 593 return BoundaryIntegral_Jacobian(ctx, Q, in, out, STATEVAR_ENTROPY); in BoundaryIntegral_Jacobian_Entropy()
|