Home
last modified time | relevance | path

Searched refs:neighdist (Results 1 – 3 of 3) sorted by relevance

/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmoldynfuncs.h250 int surfsetneighdist(simptr sim,double neighdist);
280 int closestpanelpt(panelptr pnl,int dim,double *testpt,double *pnlpt,double neighdist);
H A Dsmolsurface.c1171 srfss->neighdist=10*DBL_EPSILON; in surfacessalloc()
1269 …psilon, margin, and neighbor distances: %g %g %g\n",srfss->epsilon,srfss->margin,srfss->neighdist); in surfaceoutput()
1570 fprintf(fptr,"neighbor_dist %g\n",srfss->neighdist); in writesurfaces()
1729 …if(srfss->neighdist>0.01*syslen) {warn++;simLog(sim,5," WARNING: surface neighbor distance value i… in checksurfaceparams()
1987 int surfsetneighdist(simptr sim,double neighdist) { in surfsetneighdist() argument
1993 if(neighdist<=0) return 3; in surfsetneighdist()
1994 sim->srfss->neighdist=neighdist; in surfsetneighdist()
4591 double dot,dist2,len,epsilon,neighdist,margin; in movemol2closepanel() local
4599 neighdist=sim->srfss->neighdist; in movemol2closepanel()
4631 …edgenum=closestpanelpt(pnl->neigh[p],dim,pnledgept,pt,1000*neighdist); // pt is point on neighbor… in movemol2closepanel()
[all …]
H A Dsmoldyn.h598 double neighdist; // neighbor distance value member