Searched refs:y0 (Results 1 – 2 of 2) sorted by relevance
41 const CeedScalar y0 = x[1] - yc; in IC_GaussianWave() local44 …const CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width… in IC_GaussianWave()
75 const CeedScalar y0 = y - yc; in Exact_Euler() local76 const CeedScalar r = sqrt(Square(x0) + Square(y0)); in Exact_Euler()92 u[0] = mean_velocity[0] - C * y0; in Exact_Euler()