Home
last modified time | relevance | path

Searched refs:StatePhysicalGradientFromReference (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dvelocity_gradient_projection.h25 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, (CeedScalar *)Grad_q, dXdx, grad_s); in VelocityGradientProjectionRHS()
H A Dmonitor_totalkineticenergy.h23 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in MonitorTotalKineticEnergy()
H A Dnewtonian.h211 StatePhysicalGradientFromReference(Q, i, gas, s, STATEVAR_CONSERVATIVE, Grad_q, dXdx, grad_s); in RHSFunction_Newtonian()
334 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, grad_q, dXdx, grad_s); in IFunction_Newtonian()
445 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, grad_dq, dXdx, grad_ds); in IJacobian_Newtonian()
619 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in DivDiffusiveFluxVolumeRHS_NS()
672 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in DivDiffusiveFluxBoundaryRHS_NS()
721 StatePhysicalGradientFromReference(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in DiffusiveFluxRHS_NS()
H A Dnewtonian_state.h581 CEED_QFUNCTION_HELPER void StatePhysicalGradientFromReference(CeedInt Q, CeedInt i, NewtonianIGProp… in StatePhysicalGradientFromReference() function