Home
last modified time | relevance | path

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

/dports/math/fcl05/fcl-0.5.0/src/BV/
H A DkIOS.cpp50 for(unsigned int i = 0; i < num_spheres; ++i) in overlap()
52 for(unsigned int j = 0; j < other.num_spheres; ++j) in overlap()
69 for(unsigned int i = 0; i < num_spheres; ++i) in contain()
81 for(unsigned int i = 0; i < num_spheres; ++i) in operator +=()
98 unsigned int new_num_spheres = std::min(num_spheres, other.num_spheres); in operator +()
104 result.num_spheres = new_num_spheres; in operator +()
140 for(unsigned int i = 0; i < num_spheres; ++i) in distance()
142 for(unsigned int j = 0; j < other.num_spheres; ++j) in distance()
174 for(unsigned int i = 0; i < b2_temp.num_spheres; ++i) in overlap()
191 for(unsigned int i = 0; i < b2_temp.num_spheres; ++i) in distance()
[all …]
/dports/math/fcl/fcl-0.7.0/include/fcl/math/bv/
H A DkIOS-inl.h82 for(unsigned int i = 0; i < num_spheres; ++i) in overlap()
84 for(unsigned int j = 0; j < other.num_spheres; ++j) in overlap()
110 for(unsigned int i = 0; i < num_spheres; ++i) in contain()
124 for(unsigned int i = 0; i < num_spheres; ++i)
151 unsigned int new_num_spheres = std::min(num_spheres, other.num_spheres);
157 result.num_spheres = new_num_spheres;
215 for(unsigned int i = 0; i < num_spheres; ++i) in distance()
217 for(unsigned int j = 0; j < other.num_spheres; ++j) in distance()
255 for(unsigned int i = 0; i < b2_temp.num_spheres; ++i) in overlap()
273 for(unsigned int i = 0; i < b2_temp.num_spheres; ++i) in distance()
[all …]
H A Dutility-inl.h299 bv.num_spheres = 1; in fit1()
313 bv.num_spheres = 5; in fit2()
349 bv.num_spheres = 3; in fit3()
413 if(extent[0] > kIOS<S>::ratio() * extent[1]) bv.num_spheres = 5; in fitn()
414 else bv.num_spheres = 3; in fitn()
416 else bv.num_spheres = 1; in fitn()
422 if(bv.num_spheres >= 3) in fitn()
439 if(bv.num_spheres >= 5) in fitn()
H A DkIOS.h69 unsigned int num_spheres; variable
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/tools/MolecularMesh/
H A DMolecularMesh.C55 int num_spheres, unsigned int *sphere_markers) in SmoothMolecularSurface() argument
80 SurfaceMesh_assignActiveSites(surfmesh, sphere_list, num_spheres, in SmoothMolecularSurface()
124 SurfaceMesh_assignActiveSites(surfmesh, sphere_list, num_spheres, in SmoothMolecularSurface()
159 unsigned int num_spheres = 0; in MolecularMesh_CALL() local
178 ReadActiveSiteFile(input_site, num_spheres, sphere_list, sphere_markers); in MolecularMesh_CALL()
234 SmoothMolecularSurface(surfmesh_inner, 1, sphere_list, num_spheres, in MolecularMesh_CALL()
264 SmoothMolecularSurface(surfmesh_inner, 0, sphere_list, num_spheres, in MolecularMesh_CALL()
313 SmoothMolecularSurface(surfmesh_inner, 0, sphere_list, num_spheres, in MolecularMesh_CALL()
/dports/science/py-OpenMC/openmc-0.12.2/openmc/model/
H A Dtriso.py880 def _random_sequential_pack(domain, num_spheres): argument
901 for i in range(num_spheres):
1086 initial_outer_diameter / num_spheres)
1137 num_spheres = len(spheres)
1144 initial_outer_diameter = 2*(domain.volume/(num_spheres*4/3*pi))**(1/3)
1158 for i in range(num_spheres):
1298 if pf is None and num_spheres is None:
1301 num_spheres = int(num_spheres)
1302 pf = volume*num_spheres/domain.volume
1305 num_spheres = int(pf*domain.volume//volume)
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/model/
H A Dtriso.py880 def _random_sequential_pack(domain, num_spheres): argument
901 for i in range(num_spheres):
1086 initial_outer_diameter / num_spheres)
1137 num_spheres = len(spheres)
1144 initial_outer_diameter = 2*(domain.volume/(num_spheres*4/3*pi))**(1/3)
1158 for i in range(num_spheres):
1298 if pf is None and num_spheres is None:
1301 num_spheres = int(num_spheres)
1302 pf = volume*num_spheres/domain.volume
1305 num_spheres = int(pf*domain.volume//volume)
[all …]
/dports/math/fcl05/fcl-0.5.0/src/BVH/
H A DBV_fitter.cpp244 bv.num_spheres = 1; in fit1()
257 bv.num_spheres = 5; in fit2()
293 bv.num_spheres = 3; in fit3()
363 else bv.num_spheres = 3; in fitn()
365 else bv.num_spheres = 1; in fitn()
371 if(bv.num_spheres >= 3) in fitn()
388 if(bv.num_spheres >= 5) in fitn()
622 else bv.num_spheres = 3; in fit()
624 else bv.num_spheres = 1; in fit()
629 if(bv.num_spheres >= 3) in fit()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/chrono/
H A DChNarrowphase.cpp516 const int num_spheres = cd_data->state_data.num_fluid_bodies; in ProcessRigidFluid() local
546 f_bin_intersections.resize(num_spheres + 1); in ProcessRigidFluid()
547 f_bin_intersections[num_spheres] = 0; in ProcessRigidFluid()
550 for (int p = 0; p < num_spheres; p++) { in ProcessRigidFluid()
566 for (int p = 0; p < num_spheres; p++) { in ProcessRigidFluid()
592 norm_rigid_sphere.resize(num_spheres * max_rigid_neighbors); in ProcessRigidFluid()
593 cpta_rigid_sphere.resize(num_spheres * max_rigid_neighbors); in ProcessRigidFluid()
594 dpth_rigid_sphere.resize(num_spheres * max_rigid_neighbors); in ProcessRigidFluid()
595 neighbor_rigid_sphere.resize(num_spheres * max_rigid_neighbors); in ProcessRigidFluid()
596 contact_counts.resize(num_spheres + 1); in ProcessRigidFluid()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/tools/ImproveSurfMesh/
H A DImproveSurfMesh.C513 unsigned int num_spheres = 0; in ImproveSurfaceMesh() local
526 ReadActiveSiteFile(input_site, num_spheres, in ImproveSurfaceMesh()
629 SurfaceMesh_assignActiveSites(surfmesh, sphere_list, num_spheres, in ImproveSurfaceMesh()
659 SurfaceMesh_assignActiveSites(surfmesh, sphere_list, num_spheres, in ImproveSurfaceMesh()
728 if (num_spheres){ in ImproveSurfaceMesh()
/dports/math/fcl/fcl-0.7.0/include/fcl/geometry/bvh/detail/
H A DBV_fitter-inl.h392 if(extent[0] > kIOS<S>::ratio() * extent[1]) bv.num_spheres = 5;
393 else bv.num_spheres = 3;
395 else bv.num_spheres = 1;
400 if(bv.num_spheres >= 3)
421 if(bv.num_spheres >= 5)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/tools/GenerateMesh/
H A DGenerateMesh.C158 unsigned int num_spheres = 0; in GenerateMeshFromSurfaceMesh() local
174 ReadActiveSiteFile(input_site, num_spheres, sphere_list, marker_list); in GenerateMeshFromSurfaceMesh()
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_model_triso.py182 radius=_RADIUS, region=-openmc.Sphere(r=1), num_spheres=50
206 radius=_RADIUS, region=+openmc.Sphere(r=1), num_spheres=100
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_model_triso.py182 radius=_RADIUS, region=-openmc.Sphere(r=1), num_spheres=50
206 radius=_RADIUS, region=+openmc.Sphere(r=1), num_spheres=100
/dports/math/fcl05/fcl-0.5.0/include/fcl/BV/
H A DkIOS.h88 unsigned int num_spheres; variable
/dports/science/py-OpenMC/openmc-0.12.2/tests/regression_tests/triso/
H A Dtest.py68 region=box_region, num_spheres=100)
/dports/science/openmc/openmc-0.12.2/tests/regression_tests/triso/
H A Dtest.py68 region=box_region, num_spheres=100)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/biom/
H A DReadWriteMesh.C2074 unsigned int& num_spheres, in ReadActiveSiteFile() argument
2094 ret_scan = fscanf(fout,"%d\n", &num_spheres); in ReadActiveSiteFile()
2095 sphere_list = (ATOM*)malloc(sizeof(ATOM)*num_spheres); in ReadActiveSiteFile()
2096 sphere_markers = (unsigned int*)malloc(sizeof(unsigned int)*num_spheres); in ReadActiveSiteFile()
2098 for (i = 0; i < num_spheres; i++) { in ReadActiveSiteFile()
H A DSurfSmooth.C221 unsigned int num_spheres, in SurfaceMesh_assignActiveSites() argument
233 for (i = 0; i < num_spheres; i++) { in SurfaceMesh_assignActiveSites()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.h378 num_spheres(_num_spheres), ub_flags(_ub_flags), in sphere_buffers()
380 int num_spheres; member
385 int get_data_length() const { return num_spheres * 2; }; in get_data_length()
H A DCGO.cpp1416 fc += sp->num_spheres * VERTICES_PER_SPHERE; in CGOCheckComplex()
6237 int num_spheres = sp->num_spheres; in CGO_gl_draw_sphere_buffers() local
6266 glDrawArrays(GL_QUADS, 0, num_spheres * 4); in CGO_gl_draw_sphere_buffers()
7519 nverts = sp->num_spheres * VERTICES_PER_SPHERE; in CGORenderGLPicking()
/dports/math/fcl/fcl-0.7.0/include/fcl/geometry/shape/
H A Dutility-inl.h408 bv.num_spheres = 1;
707 bv.num_spheres = 1;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_local.h162 void P_GivePlayerSpheres(player_t *player, INT32 num_spheres);
H A Dp_user.c1232 void P_GivePlayerSpheres(player_t *player, INT32 num_spheres) in P_GivePlayerSpheres() argument
1243 player->spheres += num_spheres; in P_GivePlayerSpheres()
/dports/math/fcl05/fcl-0.5.0/src/shape/
H A Dgeometric_shapes_utility.cpp585 bv.num_spheres = 1; in computeBV()
825 bv.num_spheres = 1; in computeBV()