Home
last modified time | relevance | path

Searched refs:nrx1 (Results 1 – 12 of 12) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/FD/
H A Dfd.f9044 integer :: nrx1,nrx2,nrx3,nr1,nr2,nr3,nb,nax,natx,inn variable
76 …NAMELIST /inputfd/ fd_prefix,nrx1,nrx2,nrx3,de,fd_outfile,fd_outdir,fd_outfile_dir, disp_only, ver… local
82 nrx1=1
116 natx=nat*nrx1*nrx2*nrx3
282 do nr1=1,nrx1
300 at(:,1)=nrx1*at(:,1)
458 WRITE(2,*) (nrx1*r1(j), j=1,3)
H A Dfd_ifc.f90223 natx=nat*nrx1*nrx2*nrx3
291 do nr1=1,nrx1
314 at(:,1)=nrx1*at(:,1)
529 do nrr1=1,nrx1
531 IF (nrr1+nr1-1 > nrx1) nax=nrr1+nr1-1-(nrx1+1)+1
615 do nr1=1,nrx1
682 do nr1=1,nrx1
854 do nr1b=1,nrx1
857 do nr1a=1,nrx1
H A Dfd_ef.f9029 integer :: nrx1,nrx2,nrx3,nr1,nr2,nr3,nb,nax,natx,inn variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/FD/example/Si_example/
H A Dfd.in5 !nrx1,2,3 Number of unitcell repetitions along the lattice vectors
14 nrx1 = 2
H A Dfd_ifc.in3 nrx1=2,
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c4305 x1 = nrx1[z]; x2 = nrx1[zz]-x1; in clippoly4()
4331 nry1[n] = y1, nrx1[n] = nrx2[z], n++; in clippoly4()
4435 nrx1[0] = sx - (xv2*xoff - yv2*yoff); in dorotatesprite()
4436 nrx1[1] = nrx1[0] + xv2*xsiz; in dorotatesprite()
4437 nrx1[3] = nrx1[0] - yv2*ysiz; in dorotatesprite()
4438 nrx1[2] = nrx1[1]+nrx1[3]-nrx1[0]; in dorotatesprite()
4439 i = (cx1<<16); if ((nrx1[0]<i) && (nrx1[1]<i) && (nrx1[2]<i) && (nrx1[3]<i)) return; in dorotatesprite()
4440 i = (cx2<<16); if ((nrx1[0]>i) && (nrx1[1]>i) && (nrx1[2]>i) && (nrx1[3]>i)) return; in dorotatesprite()
4442 gx1 = nrx1[0]; gy1 = nry1[0]; //back up these before clipping in dorotatesprite()
4446 lx = nrx1[0]; rx = nrx1[0]; in dorotatesprite()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp7167 x1 = nrx1[z]; x2 = nrx1[zz]-x1; in clippoly4()
7194 nry1[n] = y1, nrx1[n] = nrx2[z], n++; in clippoly4()
7414 nrx1[0] = sx - (xv2*xoff - yv2*yoff); in dorotatesprite()
7415 nrx1[1] = nrx1[0] + xv2*xsiz; in dorotatesprite()
7416 nrx1[3] = nrx1[0] - yv2*ysiz; in dorotatesprite()
7417 nrx1[2] = nrx1[1]+nrx1[3]-nrx1[0]; in dorotatesprite()
7418 i = (cx1<<16); if ((nrx1[0]<i) && (nrx1[1]<i) && (nrx1[2]<i) && (nrx1[3]<i)) return; in dorotatesprite()
7419 i = (cx2<<16); if ((nrx1[0]>i) && (nrx1[1]>i) && (nrx1[2]>i) && (nrx1[3]>i)) return; in dorotatesprite()
7421 gx1 = nrx1[0]; gy1 = nry1[0]; //back up these before clipping in dorotatesprite()
7426 lx = nrx1[0]; rx = nrx1[0]; in dorotatesprite()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PWCOND/examples/example01/reference/
H A Dni.cond.out40 nrx1 = 24
H A DAlwireAl.cond.out36 nrx1 = 48
78 nrx1 = 48
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/Doc/
H A Duser_guide.tex263 In particular, it is often convenient to have \texttt{nrx1}=\texttt{nr1}+1
/dports/science/quantum-espresso/q-e-qe-6.7.0/Doc/
H A DChangeLog.pw221 31 May 2004 PWCOND: Bug fix, now should work also for nrx1 or nrx3
H A Drelease-notes1377 grid are nr1,nr2,nr3 NOT nrx1,nrx2,nrx3