Searched refs:xc (Results 1 – 3 of 3) sorted by relevance
38 const CeedScalar xc = context->epicenter[0]; in IC_GaussianWave() local46 const CeedScalar x0 = x[0] - xc; in IC_GaussianWave()
77 const CeedScalar xc = center[0] + mean_velocity[0] * time; in Exact_Euler() local80 const CeedScalar x0 = x - xc; in Exact_Euler()
31 let xc = ceed.vector_from_slice(&[0., 0.5, 1.0])?;32 let xs = xc.view()?;