Home
last modified time | relevance | path

Searched refs:nxl (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/CXX_parallel/
H A Dark_heat2D.cpp369 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
382 i=nxl-1; in f()
391 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
398 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
405 Ydot[IDX(i,j,nxl)] = c1*(udata->Wrecv[j] + Y[IDX(i+1,j,nxl)]) in f()
417 i = nxl-1; in f()
419 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + udata->Erecv[j]) in f()
424 i = nxl-1; in f()
426 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + udata->Erecv[j]) in f()
588 sunindextype nxl = udata->nxl; in Exchange() local
[all …]
H A Dplot_heat2D.py62 nxl = iend-istart+1 variable
65 results[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,:], (nyl,nxl))
78 nxl = iend-istart+1 variable
81 results[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,:], (nyl,nxl))
/dports/math/sundials/sundials-5.7.0/test/unit_tests/arkode/CXX_parallel/
H A Dark_heat2D_mri.cpp460 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
473 i=nxl-1; in f()
482 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
489 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
496 Ydot[IDX(i,j,nxl)] = c1*(udata->Wrecv[j] + Y[IDX(i+1,j,nxl)]) in f()
508 i = nxl-1; in f()
510 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + udata->Erecv[j]) in f()
515 i = nxl-1; in f()
517 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + udata->Erecv[j]) in f()
687 sunindextype nxl = udata->nxl; in Exchange() local
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/F90_parallel/
H A Dfark_heat2D.f90106 nxl = 0
185 nxl = ie-is+1
334 do i=1,nxl
545 N = nxl*nyl
571 do i=1,nxl
620 do i=1,nxl
753 i=nxl
781 i=nxl
786 i=nxl
831 real(kind=REALTYPE), intent(in) :: y(nxl,nyl), fy(nxl,nyl)
[all …]
H A Dplot_heat2D.py61 nxl = iend-istart+1 variable
64 results[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,:], (nyl,nxl))
77 nxl = iend-istart+1 variable
80 results[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,:], (nyl,nxl))
/dports/math/sundials/sundials-5.7.0/examples/arkode/F90_parallel/
H A Dfark_heat2D.f90106 nxl = 0
185 nxl = ie-is+1
334 do i=1,nxl
545 N = nxl*nyl
571 do i=1,nxl
620 do i=1,nxl
753 i=nxl
781 i=nxl
786 i=nxl
831 real(kind=REALTYPE), intent(in) :: y(nxl,nyl), fy(nxl,nyl)
[all …]
H A Dplot_heat2D.py61 nxl = iend-istart+1 variable
64 results[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,:], (nyl,nxl))
77 nxl = iend-istart+1 variable
80 results[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,:], (nyl,nxl))
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/CXX_parhyp/
H A Dark_heat2D_hypre.cpp485 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
498 i=nxl-1; in f()
507 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
514 Ydot[IDX(i,j,nxl)] = c1*(Y[IDX(i-1,j,nxl)] + Y[IDX(i+1,j,nxl)]) in f()
521 Ydot[IDX(i,j,nxl)] = c1*(udata->Wrecv[j] + Y[IDX(i+1,j,nxl)]) in f()
533 i = nxl-1; in f()
540 i = nxl-1; in f()
559 sunindextype nxl = udata->nxl; in J() local
579 ie = (udata->HaveBdry[0][1]) ? nxl-1 : nxl; // East face in J()
721 int nxl = udata->nxl; in Exchange() local
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dshi.c41 int nships, noff, npln, nch, nxl; in c_ship() local
73 npln = shp_nplane(&ship, &nch, &nxl, NULL); in c_ship()
74 pr("%3d%3d%3d", npln - nch - nxl, nch, nxl); in c_ship()
H A Dsdump.c47 int n, i, npln, nch, nxl; in c_sdump() local
264 npln = shp_nplane(&ship, &nch, &nxl, NULL); in c_sdump()
299 pr(" %d", npln - nch - nxl); in c_sdump()
305 pr(" %d", nxl); in c_sdump()
/dports/math/R-cran-robustbase/robustbase/R/
H A DAAA.R51 nxl <- setNames(rep.int(1, length(vars)), vars) functionVar
53 nxl[names(tmp)] <- tmp
54 lterms <- apply(facs, 2L, function(x) prod(nxl[x > 0]))
58 args[[i]] <- if(nxl[[i]] == 1) rep.int(1, nl)
66 ifac <- i[nxl[i] > 1]
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dplnsub.c194 int n, nch, nxl, nmsl; in pln_can_land_on_carrier() local
198 n = shp_nplane(sp, &nch, &nxl, &nmsl); in pln_can_land_on_carrier()
213 return ship_can_carry(sp, n, nch, nxl, nmsl); in pln_can_land_on_carrier()
855 int nfw = n - nch - nxl - nmsl; in ship_can_carry()
860 nmsl += nxl - mcp->m_nxlight; in ship_can_carry()
883 (*nxl)++; in inc_shp_nplane()
897 int nch = 0, nxl = 0, nmsl = 0; in could_be_on_ship() local
899 if (!inc_shp_nplane(pp, &nch, &nxl, &nmsl)) in could_be_on_ship()
901 return ship_can_carry(sp, 1, nch, nxl, nmsl); in could_be_on_ship()
907 int n, nch, nxl, nmsl; in put_plane_on_ship() local
[all …]
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Ddummy.coef.R35 nxl <- pmax(lengths(xtlv), 1L) ## (named) number of levels functionVar
36 lterms <- apply(facs, 2L, function(x) prod(nxl[x > 0]))
40 if (nxl[i] == 1) rep.int(1, nl)
50 ifac <- i[nxl[i] > 1]
133 nxl <- pmax(lengths(xtlv), 1L) ## (named) number of levels functionVar
134 lterms <- apply(facs, 2L, function(x) prod(nxl[x > 0]))
138 args[[i]] <- if(nxl[[i]] == 1) rep.int(1, nl)
147 ifac <- i[nxl[i] > 1]
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Ddummy.coef.R35 nxl <- pmax(lengths(xtlv), 1L) ## (named) number of levels functionVar
36 lterms <- apply(facs, 2L, function(x) prod(nxl[x > 0]))
40 if (nxl[i] == 1) rep.int(1, nl)
50 ifac <- i[nxl[i] > 1]
133 nxl <- pmax(lengths(xtlv), 1L) ## (named) number of levels functionVar
134 lterms <- apply(facs, 2L, function(x) prod(nxl[x > 0]))
138 args[[i]] <- if(nxl[[i]] == 1) rep.int(1, nl)
147 ifac <- i[nxl[i] > 1]
/dports/cad/feappv/feappv-4.1i/include/integer4/
H A Dndata.h14 integer nv,nw,nx,nxl ! int4
15 common /ndata/ nv,nw,nx,nxl
/dports/cad/feappv/feappv-4.1i/include/integer8/
H A Dndata.h14 integer nv,nw,nxl ! int4
15 common /ndata/ nv,nw,nxl
/dports/games/triplane/triplane-classic-1.08.r20130224/src/gfx/
H A Dbitmap.cpp454 int nxl, nyl; in rotate_bitmap() local
460 nxl = xl << 1; in rotate_bitmap()
463 temp_data = (unsigned char *) walloc(nxl * nyl); in rotate_bitmap()
465 for (count = 0; count < (nxl * nyl); count++) in rotate_bitmap()
471 … temp_data[(xl / 2 + count) + (yl / 2 + count2) * nxl] = old_picture_data[count + count2 * xl]; in rotate_bitmap()
478 … + (yl + (((count * sinit[degrees]) + (count2 * cosinit[degrees]) + 128) >> 8)) * nxl]; in rotate_bitmap()
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dcargo.c439 int n, nch, nxl, nms, cargo; in unit_nplane() local
443 n = nxl = nch = nms = 0; in unit_nplane()
451 nxl++; in unit_nplane()
460 *nxlight = nxl; in unit_nplane()
/dports/science/segyio/segyio-1.9.8/mex/test/
H A Dsegy.m168 % nxl: Number of Xlines
178 nxl = 5; variable
182 ( nxl == numel( Segy_struct_orig.xline ) ) &&...
185 data = reshape( data, [nt, nxl*nil] );
190 Segy.put_traces( filename_copy, data, 1, nxl*nil );
/dports/science/py-segyio/segyio-1.9.8/mex/test/
H A Dsegy.m168 % nxl: Number of Xlines
178 nxl = 5; variable
182 ( nxl == numel( Segy_struct_orig.xline ) ) &&...
185 data = reshape( data, [nt, nxl*nil] );
190 Segy.put_traces( filename_copy, data, 1, nxl*nil );
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_parallel/
H A Dark_brusselator1D_task_local_nls.c639 for (i = 0; i < udata->nxl; i++) in WriteOutput()
670 long long N = udata->nxl; in SetIC()
726 long long N = udata->nxl; in Advection()
816 long long N = udata->nxl; in Reaction()
979 N = udata->nxl; in TaskLocalLSolve()
1250 N = udata->nxl; in PSetup()
1404 long long N = udata->nxl; in ExchangeAllStart()
1505 udata->nxl = NX / udata->nprocs; in SetupProblem()
1506 udata->NEQ = nvar * udata->nxl; in SetupProblem()
1658 udata->nxl = udata->nx / udata->nprocs; in SetupProblem()
[all …]
/dports/cad/feappv/feappv-4.1i/program/
H A Dpmacr1.f243 call colred(hr(np(nx)),shift,nxl, hr(na))
244 if(cfr.and.nxl.gt.neq)then
245 call colred(hr(nxu),shift,nxl-neq,hr(np(5)))
251 if(cfr.and.nxl.gt.neq)then
548 nxl = neq
566 nxl = nnm
/dports/math/sundials/sundials-5.7.0/examples/cvode/CXX_parallel/
H A Dplot_heat2D_p.py133 nxl = iend - istart + 1 variable
139 result[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,1:], (nyl,nxl))
/dports/math/sundials/sundials-5.7.0/examples/cvode/CXX_parhyp/
H A Dplot_heat2D_p.py133 nxl = iend - istart + 1 variable
139 result[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,1:], (nyl,nxl))
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_parallel/
H A Dplot_heat2D_p.py139 nxl = iend - istart + 1 variable
145 result[i,jstart:jend+1,istart:iend+1] = np.reshape(data[i,1:], (nyl,nxl))

1234567891011