Searched refs:dflux (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | bc_slip.h | 95 StateConservative dflux = RiemannFlux_HLLC_fwd(newt_ctx, s, ds, s_reflect, ds_reflect, norm); in Slip_Jacobian() local 98 UnpackState_U(dflux, dFlux); in Slip_Jacobian()
|
| H A D | bc_freestream.h | 111 StateConservative dflux; in Freestream_Jacobian() local 114 dflux = RiemannFlux_HLL_fwd(newt_ctx, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian() 117 dflux = RiemannFlux_HLLC_fwd(newt_ctx, s, ds, context->S_infty, dS_infty, normal); in Freestream_Jacobian() 121 UnpackState_U(dflux, dFlux); in Freestream_Jacobian()
|