Searched refs:lz (Results 1 – 9 of 9) sorted by relevance
| /honee/problems/ |
| H A D | taylorgreen.c | 29 .lz = setup_ctx->lz, in NS_TAYLOR_GREEN()
|
| H A D | advection.c | 506 setup_context->lz = dim == 3 ? domain_size[2] : 0.; in NS_ADVECTION()
|
| H A D | newtonian.c | 508 .lz = domain_size[2], in NS_NEWTONIAN_IG()
|
| /honee/qfunctions/ |
| H A D | newtonian_types.h | 67 CeedScalar lz; member
|
| H A D | advection_types.h | 73 CeedScalar lz; member
|
| H A D | taylorgreen.h | 18 CeedScalar lz; member
|
| H A D | advection.h | 69 const CeedScalar lz = dim == 2 ? 0. : context->lz; in Exact_AdvectionGeneric() local 72 const CeedScalar center[3] = {0.5 * lx, 0.5 * ly, 0.5 * lz}; in Exact_AdvectionGeneric() 74 … = {center[0] + .25 * lx * cos(theta + time), center[1] + .25 * ly * sin(theta + time), 0.5 * lz}; in Exact_AdvectionGeneric()
|
| /honee/examples/ |
| H A D | conv_test.sh | 11 run_flags[lz]=1
|
| /honee/doc/ |
| H A D | examples.md | 140 - `(lx,ly,lz)/2` 449 - `(lx,ly,lz)/2`
|