Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dgaussianwave.h47 const CeedScalar y0 = x[1] - yc; in IC_GaussianWave() local
50 …const CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width… in IC_GaussianWave()
H A Deulervortex.h81 const CeedScalar y0 = y - yc; in Exact_Euler() local
82 const CeedScalar r = sqrt(x0 * x0 + y0 * y0); in Exact_Euler()
98 u[0] = mean_velocity[0] - C * y0; in Exact_Euler()
/libCEED/benchmarks/
H A Dpostprocess_plot.py148 y0, y1 = ymin_iter_lines, ymax_iter_lines variable
149 y = asarray([y0, y1]) if log_y else exp(linspace(log(y0), log(y1)))