Searched refs:qi_dot (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian.h | 72 const CeedScalar qi_dot[5] = {q_dot[0][i], q_dot[1][i], q_dot[2][i], q_dot[3][i], q_dot[4][i]}; in MassFunction_Newtonian() local 74 const State s_dot = StateFromQ(context, qi_dot, state_var); in MassFunction_Newtonian() 80 v[f][i] = wdetJ * qi_dot[f]; in MassFunction_Newtonian() 265 CeedScalar Tau_d[3], stab[5][3], U_dot[5] = {0}, qi_dot[5]; in IFunction_Newtonian() local 266 for (int j = 0; j < 5; j++) qi_dot[j] = q_dot[j][i]; in IFunction_Newtonian() 267 State s_dot = StateFromQ_fwd(context, s, qi_dot, state_var); in IFunction_Newtonian()
|