Home
last modified time | relevance | path

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

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