Searched refs:lx (Results 1 – 10 of 10) sorted by relevance
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 705 parameter (lx=lx1*ly1*lz1,lg=3+3*(ldim-2),lq=lzq**ldim) 712 common /vcrvh/ h1(lt),h2(lx*lelt),pap(3) 713 real*8 coords(ldim*lx*lelt) 741 do i=1,lx 746 coords(i+0*lx+3*j*lx)=x 747 coords(i+1*lx+3*j*lx)=y 748 coords(i+2*lx+3*j*lx)=z 799 call ceedvectorcreate(ceed,ldim*lx*nelt,vec_coords,err) 1014 parameter (lx=lx1*ly1*lz1,lg=3+3*(ldim-2),lq=lzq**ldim) 1022 real*8 coords(ldim*lx*lelt) [all …]
|
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 51 lx = clampMax[0] * load_increment, in BCClamp() local 61 …u[0] = lx + s * (-kz * y + ky * z) + (1 - c) * (-(ky * ky + kz * kz) * x + kx * ky * y + kx * kz *… in BCClamp()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | advection_types.h | 54 CeedScalar lx; member
|
| H A D | advection.h | 75 const CeedScalar lx = context->lx; 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() 138 CeedScalar half_width = context->lx / 2; in Exact_AdvectionGeneric() 143 CeedScalar inflow_to_point[3] = {x - context->lx / 2, y, 0}; in Exact_AdvectionGeneric() 151 …(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 | taylorgreen.h | 32 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
|
| /libCEED/examples/fluids/ |
| H A D | conv_test.sh | 23 run_flags[lx]=1e3
|
| H A D | README.md | 436 - `(lx,ly,lz)/2` 800 - `(lx,ly,lz)/2`
|
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 237 setup_context->lx = domain_size[0]; in NS_ADVECTION()
|
| H A D | newtonian.c | 438 setup_context->lx = domain_size[0]; in NS_NEWTONIAN_IG()
|