Home
last modified time | relevance | path

Searched refs:grad_q (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/qfunctions/
H A Dadvection.h228 … StateVariable state_var, const CeedScalar *grad_q, const CeedScalar *dXdx, in StatePhysicalGradientFromReference_ND() argument
235 …dqi[j] = grad_q[(Q * 5) * 0 + Q * j + i] * dXdx[0 * N + k] + grad_q[(Q * 5) * 1 + Q * j + i] * dXd… in StatePhysicalGradientFromReference_ND()
247 …dqi[j] = grad_q[(Q * 5) * 0 + Q * j + i] * dXdx[0 * N + k] + grad_q[(Q * 5) * 1 + Q * j + i] * dXd… in StatePhysicalGradientFromReference_ND()
248 grad_q[(Q * 5) * 2 + Q * j + i] * dXdx[2 * N + k]; in StatePhysicalGradientFromReference_ND()
282 const CeedScalar(*grad_q) = in[1]; in IFunction_AdvectionGeneric()
303 …StatePhysicalGradientFromReference_ND(dim, Q, i, gas, s, STATEVAR_CONSERVATIVE, grad_q, dXdx, grad… in IFunction_AdvectionGeneric()
422 const CeedScalar(*grad_q) = in[1]; in RHSFunction_AdvectionGeneric()
439 …StatePhysicalGradientFromReference_ND(dim, Q, i, gas, s, STATEVAR_CONSERVATIVE, grad_q, dXdx, grad… in RHSFunction_AdvectionGeneric()
H A Dnewtonian_state.h585 … const CeedScalar *grad_q, const CeedScalar dXdx[3][3], State grad_s[3]) { in StatePhysicalGradientFromReference() argument
590grad_q[(Q * 5) * 0 + Q * j + i] * dXdx[0][k] + grad_q[(Q * 5) * 1 + Q * j + i] * dXdx[1][k] + grad… in StatePhysicalGradientFromReference()
597 … StateVariable state_var, const CeedScalar *grad_q, const CeedScalar dXdx[2][3], in StatePhysicalGradientFromReference_Boundary() argument
602 …dqi[j] = grad_q[(Q * 5) * 0 + Q * j + i] * dXdx[0][k] + grad_q[(Q * 5) * 1 + Q * j + i] * dXdx[1][… in StatePhysicalGradientFromReference_Boundary()