Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Deulervortex.h292 CeedScalar dUdx[3][3] = {{0.}}; in Euler() local
299 dUdx[j][k] += dU[j][l] * dXdx[l][k]; in Euler()
340 for (CeedInt k = 0; k < 3; k++) dqdx[k + 1][j] = dUdx[k][j]; in Euler()
413 CeedScalar dUdx[3][3] = {{0.}}; in IFunction_Euler() local
420 dUdx[j][k] += dU[j][l] * dXdx[l][k]; in IFunction_Euler()
462 for (CeedInt k = 0; k < 3; k++) dqdx[k + 1][j] = dUdx[k][j]; in IFunction_Euler()
H A Dshocktube.h242 CeedScalar dUdx[3][3] = {{0}}; in EulerShockTube() local
250 dUdx[j][k] += dU[j][l] * dXdx[l][k]; in EulerShockTube()
324 for (CeedInt k = 0; k < 3; k++) dqdx[k + 1][j] = dUdx[k][j]; in EulerShockTube()