Searched refs:lx (Results 1 – 9 of 9) sorted by relevance
| /honee/problems/ |
| H A D | taylorgreen.c | 27 .lx = setup_ctx->lx, in NS_TAYLOR_GREEN()
|
| H A D | advection.c | 504 setup_context->lx = domain_size[0]; in NS_ADVECTION()
|
| H A D | newtonian.c | 506 .lx = domain_size[0], in NS_NEWTONIAN_IG()
|
| /honee/qfunctions/ |
| H A D | taylorgreen.h | 16 CeedScalar lx; member 38 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
|
| H A D | advection.h | 67 const CeedScalar lx = context->lx; in Exact_AdvectionGeneric() local 72 const CeedScalar center[3] = {0.5 * lx, 0.5 * ly, 0.5 * lz}; in Exact_AdvectionGeneric() 74 …const CeedScalar x0[3] = {center[0] + .25 * lx * cos(theta + time), center[1] + .25 * ly * sin… in Exact_AdvectionGeneric() 125 CeedScalar half_width = context->lx / 2; in Exact_AdvectionGeneric() 131 CeedScalar inflow_to_point[3] = {x - context->lx / 2, y, 0}; in Exact_AdvectionGeneric() 139 …(x > context->lx - boundary_threshold && wind[0] > boundary_threshold) || // outflow at +x bounda… in Exact_AdvectionGeneric()
|
| H A D | newtonian_types.h | 65 CeedScalar lx; member
|
| H A D | advection_types.h | 71 CeedScalar lx; member
|
| /honee/examples/ |
| H A D | conv_test.sh | 9 run_flags[lx]=1e3
|
| /honee/doc/ |
| H A D | examples.md | 140 - `(lx,ly,lz)/2` 449 - `(lx,ly,lz)/2`
|