Home
last modified time | relevance | path

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

/honee/qfunctions/ !
H A Dshocktube.h284 CeedScalar j_vec[3] = {0.0}; // unit vector aligned with the density gradient in EulerShockTube() local
292 for (CeedInt j = 0; j < 3; j++) j_vec[j] = drhodx[j] / (drho_norm + 1e-20); in EulerShockTube()
297 h_shock = Covariant_length_along_vector(j_vec, dXdx); in EulerShockTube()