Home
last modified time | relevance | path

Searched refs:dFe (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dbc_freestream.h289 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in RiemannOutflow_Jacobian() local
294 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian()
299 FluxTotal_RiemannBoundary(dF_inviscid_normal, dstress, dFe, normal, dFlux); in RiemannOutflow_Jacobian()
416 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in PressureOutflow_Jacobian() local
421 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()
427 FluxTotal_Boundary(dF_inviscid, dstress, dFe, normal, dFlux); in PressureOutflow_Jacobian()
H A Dnewtonian.h337 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in IJacobian_Newtonian() local
342 ViscousEnergyFlux_fwd(context, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in IJacobian_Newtonian()
349 FluxTotal(dF_inviscid, dstress, dFe, dFlux); in IJacobian_Newtonian()
480 CeedScalar dstrain_rate[6], dkmstress[6], stress[3][3], dstress[3][3], dFe[3]; in BoundaryIntegral_Jacobian() local
485 ViscousEnergyFlux_fwd(context, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in BoundaryIntegral_Jacobian()
491 FluxTotal_Boundary(dF_inviscid, dstress, dFe, norm, dFlux); in BoundaryIntegral_Jacobian()
H A Dnewtonian_state.h571 … const CeedScalar stress[3][3], const CeedScalar dstress[3][3], CeedScalar dFe[3]) { in ViscousEnergyFlux_fwd()
573dFe[i] = -Y.velocity[0] * dstress[0][i] - dY.velocity[0] * stress[0][i] - Y.velocity[1] * dstress[… in ViscousEnergyFlux_fwd()