Searched refs:lz (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 52 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 D | advection_types.h | 56 CeedScalar lz; member
|
| H A D | newtonian_types.h | 67 CeedScalar lz; member
|
| H A D | advection.h | 77 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 D | conv_test.sh | 25 run_flags[lz]=1
|
| H A D | README.md | 436 - `(lx,ly,lz)/2` 800 - `(lx,ly,lz)/2`
|
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 239 setup_context->lz = problem->dim == 3 ? domain_size[2] : 0.; in NS_ADVECTION()
|
| H A D | newtonian.c | 440 setup_context->lz = domain_size[2]; in NS_NEWTONIAN_IG()
|