Home
last modified time | relevance | path

Searched refs:lz (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
63 …u[2] = lz + s * (-ky * x + kx * y) + (1 - c) * (kx * kz * x + ky * kz * y + -(kx * kx + ky * ky) *… in BCClamp()
/libCEED/examples/fluids/qfunctions/
H A Dadvection_types.h56 CeedScalar lz; member
H A Dnewtonian_types.h67 CeedScalar lz; member
H A Dadvection.h77 const CeedScalar lz = dim == 2 ? 0. : context->lz; in Exact_AdvectionGeneric() local
80 const CeedScalar center[3] = {0.5 * lx, 0.5 * ly, 0.5 * lz}; in Exact_AdvectionGeneric()
82 … = {center[0] + .25 * lx * cos(theta + time), center[1] + .25 * ly * sin(theta + time), 0.5 * lz}; in Exact_AdvectionGeneric()
/libCEED/examples/fluids/
H A Dconv_test.sh25 run_flags[lz]=1
H A DREADME.md436 - `(lx,ly,lz)/2`
800 - `(lx,ly,lz)/2`
/libCEED/examples/fluids/problems/
H A Dadvection.c239 setup_context->lz = problem->dim == 3 ? domain_size[2] : 0.; in NS_ADVECTION()
H A Dnewtonian.c440 setup_context->lz = domain_size[2]; in NS_NEWTONIAN_IG()