Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dboundary.c52 ly = clampMax[1] * load_increment, lz = clampMax[2] * load_increment, in BCClamp() local
62 …u[1] = ly + s * (kz * x + -kx * z) + (1 - c) * (kx * ky * x + -(kx * kx + kz * kz) * y + ky * kz *… in BCClamp()
/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h55 CeedScalar ly; member
H A Dnewtonian_types.h66 CeedScalar ly; member
H A Dadvection.h76 const CeedScalar ly = context->ly; in Exact_AdvectionGeneric() local
80 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()
/libCEED/examples/fluids/
H A Dconv_test.sh24 run_flags[ly]=1e3
H A DREADME.md436 - `(lx,ly,lz)/2`
800 - `(lx,ly,lz)/2`
/libCEED/examples/fluids/problems/
H A Dadvection.c238 setup_context->ly = domain_size[1]; in NS_ADVECTION()
H A Dnewtonian.c439 setup_context->ly = domain_size[1]; in NS_NEWTONIAN_IG()