Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dshocktube.h240 CeedScalar drhodx[3] = {0}; in EulerShockTube() local
247 drhodx[j] += drho[k] * dXdx[k][j]; in EulerShockTube()
291 drho_norm = Norm3(drhodx); in EulerShockTube()
292 for (CeedInt j = 0; j < 3; j++) j_vec[j] = drhodx[j] / (drho_norm + 1e-20); in EulerShockTube()
304 for (CeedInt j = 0; j < 3; j++) dv[j][0][i] -= wdetJ * nu_shock * drhodx[j]; in EulerShockTube()
322 dqdx[0][j] = drhodx[j]; in EulerShockTube()
H A Deulervortex.h290 CeedScalar drhodx[3] = {0.}; in Euler() local
296 drhodx[j] += drho[k] * dXdx[k][j]; in Euler()
338 dqdx[0][j] = drhodx[j]; in Euler()
411 CeedScalar drhodx[3] = {0.}; in IFunction_Euler() local
417 drhodx[j] += drho[k] * dXdx[k][j]; in IFunction_Euler()
460 dqdx[0][j] = drhodx[j]; in IFunction_Euler()