Searched refs:xr (Results 1 – 4 of 4) sorted by relevance
| /libCEED/tests/ |
| H A D | t322-basis-f.f90 | 29 real*8 xr(d*p) variable 41 xr=(/0.0d0,5.0d-1,1.0d0,0.0d0,5.0d-1,0.0d0,0.0d0,0.0d0,0.0d0,5.0d-1,& 54 x1=xr(0*p+i) 55 x2=xr(1*p+i)
|
| H A D | t323-basis-f.f90 | 37 real*8 xr(d*p) variable 49 xr=(/0.d0,5.d-1,1.d0,0.d0,5.d-1,0.d0,0.d0,0.d0, 0.d0,5.d-1,5.d-1,1.d0/) 61 x1=xr(0*p+i) 62 x2=xr(1*p+i)
|
| /libCEED/python/tests/ |
| H A D | test-3-basis.py | 230 xr = np.array([0., 0.5, 1., 0., 0.5, 0., 0., 0., 243 in_array[i] = feval(xr[0 * P + i], xr[1 * P + i]) 274 xr = np.array([0., 0.5, 1., 0., 0.5, 0., 0., 0., 287 in_array[i] = feval(xr[0 * P + i], xr[1 * P + i])
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.usr | 473 common /ctmp1/ xr(lxyd),xs(lxyd),xt(lxyd) 504 call loc_grad3 (xr,xs,xt,tmp,nxqm1,dxmq,dxtmq) 513 a11 = xr(i)
|