Lines Matching refs:grad_s
84 State grad_s[3] = {{{0.}}}; in MassFunction_Newtonian() local
88 Stabilization(context, s, Tau_d, grad_s, U_dot, body_force, stab); in MassFunction_Newtonian()
169 State grad_s[3]; in RHSFunction_Newtonian() local
170 … StatePhysicalGradientFromReference(Q, i, context, s, STATEVAR_CONSERVATIVE, Grad_q, dXdx, grad_s); in RHSFunction_Newtonian()
173 KMStrainRate_State(grad_s, strain_rate); in RHSFunction_Newtonian()
176 ViscousEnergyFlux(context, s.Y, grad_s, stress, Fe); in RHSFunction_Newtonian()
202 Stabilization(context, s, Tau_d, grad_s, U_dot, body_force, stab); in RHSFunction_Newtonian()
240 State grad_s[3]; in IFunction_Newtonian() local
241 StatePhysicalGradientFromReference(Q, i, context, s, state_var, Grad_q, dXdx, grad_s); in IFunction_Newtonian()
244 KMStrainRate_State(grad_s, strain_rate); in IFunction_Newtonian()
247 ViscousEnergyFlux(context, s.Y, grad_s, stress, Fe); in IFunction_Newtonian()
280 Stabilization(context, s, Tau_d, grad_s, U_dot, body_force, stab); in IFunction_Newtonian()
413 State grad_s[3]; in BoundaryIntegral() local
414 StatePhysicalGradientFromReference_Boundary(Q, i, context, s, state_var, Grad_q, dXdx, grad_s); in BoundaryIntegral()
417 KMStrainRate_State(grad_s, strain_rate); in BoundaryIntegral()
420 ViscousEnergyFlux(context, s.Y, grad_s, stress, Fe); in BoundaryIntegral()