Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dshocktube.h239 CeedScalar du[3][3] = {{0}}; in EulerShockTube() local
246 du[j][k] = (dU[j][k] - drho[k] * u[j]) / rho; in EulerShockTube()
307 for (CeedInt j = 0; j < 3; j++) dv[j][k][i] -= wdetJ * nu_shock * du[k][j]; in EulerShockTube()