Searched refs:ly (Results 1 – 8 of 8) sorted by relevance
52 ly = clampMax[1] * load_increment, lz = clampMax[2] * load_increment, in BCClamp() local62 …u[1] = ly + s * (kz * x + -kx * z) + (1 - c) * (kx * ky * x + -(kx * kx + kz * kz) * y + ky * kz *… in BCClamp()
55 CeedScalar ly; member
66 CeedScalar ly; member
76 const CeedScalar ly = context->ly; in Exact_AdvectionGeneric() local80 const CeedScalar center[3] = {0.5 * lx, 0.5 * ly, 0.5 * lz}; in Exact_AdvectionGeneric()82 …const CeedScalar x0[3] = {center[0] + .25 * lx * cos(theta + time), center[1] + .25 * ly * sin… in Exact_AdvectionGeneric()152 …(y > context->ly - boundary_threshold && wind[1] > boundary_threshold) // outflow at +y bounda… in Exact_AdvectionGeneric()
24 run_flags[ly]=1e3
436 - `(lx,ly,lz)/2`800 - `(lx,ly,lz)/2`
238 setup_context->ly = domain_size[1]; in NS_ADVECTION()
439 setup_context->ly = domain_size[1]; in NS_NEWTONIAN_IG()