Home
last modified time | relevance | path

Searched refs:lx (Results 1 – 10 of 10) sorted by relevance

/libCEED/examples/nek/bps/
H A Dbps.usr705 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 Dboundary.c51 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 Dadvection_types.h54 CeedScalar lx; member
H A Dadvection.h75 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 Dnewtonian_types.h65 CeedScalar lx; member
H A Dtaylorgreen.h32 ScaleN(x, 2 * M_PI / context->lx, 3); in ICsTaylorGreen()
/libCEED/examples/fluids/
H A Dconv_test.sh23 run_flags[lx]=1e3
H A DREADME.md436 - `(lx,ly,lz)/2`
800 - `(lx,ly,lz)/2`
/libCEED/examples/fluids/problems/
H A Dadvection.c237 setup_context->lx = domain_size[0]; in NS_ADVECTION()
H A Dnewtonian.c438 setup_context->lx = domain_size[0]; in NS_NEWTONIAN_IG()