Home
last modified time | relevance | path

Searched refs:nfix (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmodify_liggghts.cpp89 for(int ifix = 0; ifix < nfix; ifix++) in find_fix_scalar_transport_equation_strict()
101 for(int ifix = 0; ifix < nfix; ifix++) in find_fix_scalar_transport_equation()
116 for(int ifix = 0; ifix < nfix; ifix++) in find_fix_style_strict()
128 for(int ifix = 0; ifix < nfix; ifix++) in find_fix_style()
159 for (ifix = 0; ifix < nfix; ifix++) in find_fix_id()
161 if (ifix == nfix) return NULL; in find_fix_id()
185 for (ifix = 0; ifix < nfix; ifix++) in find_fix_id_style()
187 if (ifix == nfix) return NULL; in find_fix_id_style()
398 for(ifix = 0; ifix < nfix; ifix++) in find_fix_property()
505 for (int i = 0; i < nfix; i++) in box_extent()
[all …]
H A Dmodify.cpp89 nfix = maxfix = 0; in Modify()
255 for (i = 0; i < nfix; i++) in init()
288 for (i = 0; i < nfix; i++) { in init()
319 for (int i = 0; i < nfix; i++) in setup()
801 if (ifix < nfix) { in add_fix()
816 if (nfix == maxfix) { in add_fix()
859 if (newflag) nfix++; in add_fix()
962 nfix--; in delete_fix()
975 if (ifix == nfix) return -1; in find_fix()
1147 for (int i = 0; i < nfix; i++) in write_restart()
[all …]
H A Dfix_diam_max.cpp62 int nfix = modify->n_fixes_style("particledistribution/discrete"); in FixDiamMax() local
63 for(int i = 0; i < nfix; i++) in FixDiamMax()
92 int nfix = modify->n_fixes_style("particledistribution/discrete"); in init() local
93 for(int i = 0; i < nfix; i++) in init()
H A Ddump_local.cpp94 nfix = 0; in DumpLocal()
147 for (int i = 0; i < nfix; i++) delete [] id_fix[i]; in ~DumpLocal()
206 for (int i = 0; i < nfix; i++) { in init_style()
287 for (int i = 0; i < nfix; i++) { in count()
493 for (ifix = 0; ifix < nfix; ifix++) in add_fix()
495 if (ifix < nfix) return ifix; in add_fix()
500 fix = new Fix*[nfix+1]; in add_fix()
503 id_fix[nfix] = new char[n]; in add_fix()
504 strcpy(id_fix[nfix],id); in add_fix()
505 nfix++; in add_fix()
[all …]
H A Dpair_gran.cpp98 nfix = 0; in PairGran()
266 nfix = modify->nfix; in init_style()
270 fix_dnum = new Fix*[nfix]; in init_style()
271 dnum_index = new int[nfix]; in init_style()
273 for(int ifix = 0; ifix < nfix; ifix++) in init_style()
306 for(int ifix = 0; ifix < nfix; ifix++) in init_style()
529 for (i = 0; i < modify->nfix; i++) in init_style()
531 if (i < modify->nfix) freeze_group_bit_ = modify->fix[i]->groupbit; in init_style()
540 for (i = 0; i < modify->nfix; i++) in init_style()
598 for(int ifix = 0; ifix < nfix; ifix++) in fix_extra_dnum_index()
H A Dread_data.cpp122 for (int i = 0; i < nfix; i++) { in ~ReadData()
149 nfix = 0; in command()
167 if (fix_index[nfix] < 0) in command()
178 nfix++; in command()
265 if (nfix) { in command()
266 for (n = 0; n < nfix; n++) in command()
272 if (n < nfix) continue; in command()
499 if (nfix) { in header()
507 if (n < nfix) continue; in header()
1218 if (nfix) { in scan()
[all …]
H A DparticleToInsertSuperquadric.cpp78 int nfix = modify->nfix; in insert() local
108 for (int j = 0; j < nfix; j++) in insert()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dmodify.cpp40 nfix = maxfix = 0; in Modify()
70 while (nfix) delete_fix(fix[0]->id); in ~Modify()
288 for (ifix = 0; ifix < nfix; ifix++) in add_fix()
291 if (ifix < nfix) { in add_fix()
299 if (nfix == maxfix) { in add_fix()
345 if (newflag) nfix++; in add_fix()
363 nfix--; in delete_fix()
376 if (ifix == nfix) return -1; in find_fix()
543 for (int i = 0; i < nfix; i++) in list_init_end_of_step()
562 for (int i = 0; i < nfix; i++) { in list_init_fixes()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dmodify.cpp44 nfix = maxfix = 0; in Modify()
120 while (nfix) delete_fix(0); in ~Modify()
204 for (i = 0; i < nfix; i++) in init()
245 for (i = 0; i < nfix; i++) in init()
265 for (i = 0; i < nfix; i++) { in init()
297 for (int i = 0; i < nfix; i++) in setup()
554 for (int i = 0; i < nfix; i++) in create_attribute()
844 if (ifix < nfix) { in add_fix()
869 if (nfix == maxfix) { in add_fix()
912 if (newflag) nfix++; in add_fix()
[all …]
H A Ddump_local.cpp78 nfix = 0; in DumpLocal()
135 for (int i = 0; i < nfix; i++) delete[] id_fix[i]; in ~DumpLocal()
205 for (i = 0; i < nfix; i++) { in init_style()
339 for (i = 0; i < nfix; i++) { in count()
535 for (ifix = 0; ifix < nfix; ifix++) in add_fix()
537 if (ifix < nfix) return ifix; in add_fix()
540 memory->srealloc(id_fix,(nfix+1)*sizeof(char *),"dump:id_fix"); in add_fix()
542 fix = new Fix*[nfix+1]; in add_fix()
544 id_fix[nfix] = utils::strdup(id); in add_fix()
545 nfix++; in add_fix()
[all …]
H A Dfix_group.cpp155 int nfix = modify->nfix; in init() local
158 for (int i = 0; i < nfix; i++) if (POST_INTEGRATE & fmask[i]) n++; in init()
160 for (int i = 0; i < nfix; i++) { in init()
162 for (int j = i+1; j < nfix; j++) { in init()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D1dNLfit.c158 int nfree=0 , nfix=0 ; in main() local
253 for( jj=0 ; jj < nfix ; jj++ ){ in main()
270 if( fp.a >= fp.b ){ cfix [nfix] = cpar; jfix [nfix++] = jpar; } in main()
308 for( jj=0 ; jj < nfix ; jj++ ){ in main()
323 for( jj=0 ; jj < nfix ; jj++ ){ in main()
331 if( nfix > 0 ){ in main()
332 for( kk=0 ; kk < nfix && jj != jfix[kk] ; kk++ ) ; /*nada*/ in main()
333 if( kk < nfix ) continue ; in main()
361 if( nfix > 0 ){ in main()
363 for( jj=0 ; jj < nfix ; jj++ ) printf("# %c = %11.5g\n",cfix[jj],vout[0][jfix[jj]]) ; in main()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dfluidsections.f584 nfix=1
586 nfix=4
588 nfix=6
590 nfix=4
609 nfix=2
666 if(ndprop.lt.nfix) then
667 do j=ndprop+1,nfix
670 ndprop=nfix
682 prop(nprop+nfix)=npu/2
689 if(prop(nprop+nfix+2*j-1).le.prop(nprop+nfix+2*j-3)) then
[all …]
/dports/science/xtb/xtb-6.4.1/src/
H A Dfixparam.f9042 integer, intent(in) :: nfix local
44 call fixset%allocate(nfix)
45 call shakeset%allocate(nfix*(nfix+1)/2)
46 call freezeset%allocate(nfix)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/correlationfunctions/
H A Dgmx_lmcurve.cpp113 int nfix) in lmfit_exp() argument
148 if (nfix > 0) in lmfit_exp()
153 bSkipLast = ((p2 & nfix) == p2); in lmfit_exp()
157 nfix -= p2; in lmfit_exp()
203 GMX_UNUSED_VALUE(nfix); in lmfit_exp()
/dports/science/atompaw/atompaw-4.1.1.0/src/
H A Daeatom.F90220 nfix=nl(ip,l+1)
221 IF (nfix<=0.OR.nfix>AEOrbit%norbit) THEN
225 AEOrbit%occ(nfix)=xocc
348 nfix=nl(ip,kappa)
349 IF (nfix<=0.OR.nfix>AEOrbit%norbit) THEN
590 nfix=-100
594 nfix=io
598 IF (nfix.LE.0.OR.nfix.GT.Orbit%norbit) THEN
747 nfix=-100
751 nfix=io
[all …]
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dxdamage.c161 nt_x1 = nfix( (x)/tile_x, ntiles_x); in record_desired_xdamage_rect()
162 nt_x2 = nfix((x+w)/tile_x, ntiles_x); in record_desired_xdamage_rect()
163 nt_y1 = nfix( (y)/tile_y, ntiles_y); in record_desired_xdamage_rect()
164 nt_y2 = nfix((y+h)/tile_y, ntiles_y); in record_desired_xdamage_rect()
327 x = nfix(x, dpy_x); /* place both in fb area */ in collect_non_X_xdamage()
328 x2 = nfix(x2, dpy_x+1); in collect_non_X_xdamage()
332 y = nfix(y, dpy_y); in collect_non_X_xdamage()
333 y2 = nfix(y2, dpy_y+1); in collect_non_X_xdamage()
540 x2 = nfix(x2, dpy_x+1); in collect_xdamage()
544 y = nfix(y, dpy_y); in collect_xdamage()
[all …]
H A D8to24.c222 x1 = nfix(x1, dpy_x); in check_pointer_in_depth24()
223 y1 = nfix(y1, dpy_y); in check_pointer_in_depth24()
224 x2 = nfix(x2, dpy_x+1); in check_pointer_in_depth24()
225 y2 = nfix(y2, dpy_y+1); in check_pointer_in_depth24()
1292 tmp_reg = sraRgnCreateRect(nfix(x, dpy_x), nfix(y, dpy_y), in get_8bpp_regions()
1293 nfix(x + attr.width, dpy_x+1), nfix(y + attr.height, dpy_y+1)); in get_8bpp_regions()
1321 nfix(sy, dpy_y), nfix(sx + sw, dpy_x+1), in get_8bpp_regions()
1838 x1 = nfix(x1, dpy_x);
1839 y1 = nfix(y1, dpy_y);
1840 x2 = nfix(x2, dpy_x+1);
[all …]
H A Dxinerama.c89 x = nfix(x, dpy_x); in initialize_blackouts()
90 y = nfix(y, dpy_y); in initialize_blackouts()
93 X = nfix(X, dpy_x+1); in initialize_blackouts()
94 Y = nfix(Y, dpy_y+1); in initialize_blackouts()
103 x = nfix(x - coff_x, wdpy_x); in initialize_blackouts()
104 X = nfix(X - coff_x, wdpy_x); in initialize_blackouts()
105 y = nfix(y - coff_y, wdpy_y); in initialize_blackouts()
106 Y = nfix(Y - coff_y, wdpy_y); in initialize_blackouts()
/dports/sysutils/heirloom/heirloom-070715/libuxre/
H A Dregdfa.c451 dp->top = n = dp->nfix; in addstate()
689 dp->nfix = 2; in libuxre_regdfacomp()
693 dp->nfix = 3; in libuxre_regdfacomp()
700 dp->sigi[dp->nfix] = 0; in libuxre_regdfacomp()
702 dp->acc[dp->nfix] = dp->acc[1]; in libuxre_regdfacomp()
704 dp->nfix++; in libuxre_regdfacomp()
707 dp->sigi[dp->nfix] = dp->sigi[2]; in libuxre_regdfacomp()
709 dp->acc[dp->nfix] = dp->acc[2]; in libuxre_regdfacomp()
710 dp->leftbol = dp->nfix; in libuxre_regdfacomp()
711 dp->nfix++; in libuxre_regdfacomp()
[all …]
/dports/math/nauty/nauty27r3/
H A Dschreier.c720 for (k = 0; k < nfix; ++k) in getorbits()
734 for (++k; k <= nfix; ++k) in getorbits()
739 if (k < nfix) in getorbits()
786 for (k = 0; k < nfix; ++k) in getorbitsmin()
797 if (k == nfix) in getorbitsmin()
800 return nfix; in getorbitsmin()
809 for (++k; k <= nfix; ++k) in getorbitsmin()
814 if (k < nfix) in getorbitsmin()
829 if (icell >= ncell) return nfix; in getorbitsmin()
876 return nfix; in getorbitsmin()
[all …]
H A Dschreier.h52 extern int *getorbits(int *fix, int nfix,
54 extern int getorbitsmin(int *fix, int nfix, schreier *gp, permnode **gens,
64 extern void grouporder(int *fix, int nfix, schreier *gp, permnode **gens,
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dschreier.c716 for (k = 0; k < nfix; ++k) in getorbits()
730 for (++k; k <= nfix; ++k) in getorbits()
735 if (k < nfix) in getorbits()
782 for (k = 0; k < nfix; ++k) in getorbitsmin()
793 if (k == nfix) in getorbitsmin()
796 return nfix; in getorbitsmin()
805 for (++k; k <= nfix; ++k) in getorbitsmin()
810 if (k < nfix) in getorbitsmin()
825 if (icell >= ncell) return nfix; in getorbitsmin()
872 return nfix; in getorbitsmin()
[all …]
H A Dschreier.h48 extern int *getorbits(int *fix, int nfix,
50 extern int getorbitsmin(int *fix, int nfix, schreier *gp, permnode **gens,
60 extern void grouporder(int *fix, int nfix, schreier *gp, permnode **gens,
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dirrbz.f9016 subroutine irrbz(syms,nfk,fk,nrq,neq,indrq,rq,nq,qq,itnrq,kg0,nfix) argument
29 integer, optional, intent(in) :: nfix local
49 if (present(nfix)) nfix_ = nfix

12345678910>>...14