Home
last modified time | relevance | path

Searched refs:dist_tol (Results 1 – 19 of 19) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rsdl/tests/
H A Dtest_bins_2d.cxx26 double dist_tol = 0.0001; in test_bins_2d() local
27 bins.set_distance_tolerance( dist_tol ); in test_bins_2d()
32 pt[0] += dist_tol / 4; in test_bins_2d()
33 pt[1] -= dist_tol / 4; in test_bins_2d()
41 vnl_vector_fixed< double, 2 > nearby( pt[0] + dist_tol, pt[1] - 2*dist_tol ); in test_bins_2d()
H A Dtest_bins.cxx31 constexpr double dist_tol = 0.0001; in test_bins_2D() local
32 bins.set_distance_tolerance( dist_tol ); in test_bins_2D()
173 constexpr double dist_tol = 0.0001; in test_bins_3D() local
174 bins.set_distance_tolerance( dist_tol ); in test_bins_3D()
/dports/science/py-ase/ase-3.22.0/ase/test/fio/
H A Dtest_dmol.py7 def check(atoms, ref_atoms, dist_tol=1e-6): argument
14 assert abs(atoms.cell - ref_atoms.cell).max() < dist_tol, \
18 assert abs(atoms.positions - ref_atoms.positions).max() < dist_tol, \
/dports/science/py-hiphive/hiphive-0.7.1/hiphive/
H A Dutilities.py209 dist_tol: float = 1e-5) -> List[Shell]:
243 if abs(d - shell.distance) < dist_tol and types == shell.types:
256 if not s1.distance < s2.distance - 2 * dist_tol:
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_solar_system.py130 def test_erfa_planet(self, body, sep_tol, dist_tol): argument
147 atol=dist_tol)
209 def test_erfa_planet(self, body, sep_tol, dist_tol): argument
215 dist_tol = dist_tol + 1300 * u.km
228 atol=dist_tol)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/pro/processes/
H A Dvolm_upsample_dem_projected_img_process.cxx91 double dist_tol = 0.0001; in volm_upsample_dem_projected_img_process() local
92 bins.set_distance_tolerance(dist_tol); in volm_upsample_dem_projected_img_process()
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/tests/
H A Dtest_fold2bloch.py32 assert fb.plot_unfolded(kbounds, klabels, dist_tol=1e-12, verbose=1,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/algo/
H A Dbvgl_ptset_3d_ops.hxx72 void bvgl_ptset_3d_ops<T>::remove_noise(T radius, T dist_tol, size_t n_nbrs){ in remove_noise() argument
92 if(error>T(20)*dist_tol) in remove_noise()
96 if(pd > dist_tol) in remove_noise()
H A Dbvgl_ptset_3d_ops.h59 void remove_noise(T radius, T dist_tol, size_t n_nbrs);
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Dfold2bloch.py181 def plot_unfolded(self, kbounds, klabels, ylims=None, dist_tol=1e-12, verbose=0, argument
206 p = find_points_along_path(cart_bounds, uf_cart, dist_tol)
H A Darpes.py113 def with_points_along_path(self, frac_bounds=None, knames=None, dist_tol=1e-12): argument
122 … r = self.ebands.with_points_along_path(frac_bounds=frac_bounds, knames=knames, dist_tol=dist_tol)
H A Dgw.py774 def get_points_from_ebands(self, ebands_kpath, dist_tol=1e-12, size=24, verbose=0): argument
819 p = kpath.find_points_along_path(cart_coords, dist_tol=dist_tol)
H A Debands.py678 def with_points_along_path(self, frac_bounds=None, knames=None, dist_tol=1e-12): argument
720 p = find_points_along_path(cart_bounds, cart_coords, dist_tol=dist_tol)
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/geometry/
H A Dcub2h5m.cpp1252 double dist_tol = 0.001, len_tol = 0.0; in main() local
1295 dist_tol = atof(argv[3]); in main()
1296 if (0 > dist_tol || 1 < dist_tol) in main()
1298 std::cout << "error: facet_tolerance=" << dist_tol << std::endl; in main()
1374 std::cout << " facet tolerance=" << dist_tol << std::endl; in main()
1377 dist_tol, norm_tol, len_tol); in main()
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dkpoints.py1334 def find_points_along_path(self, cart_coords, dist_tol=1e-12): argument
1339 return find_points_along_path(self.cart_bounds, cart_coords, dist_tol=dist_tol)
1854 def find_points_along_path(cart_bounds, cart_coords, dist_tol): argument
1886 if dist > dist_tol: continue
1893 if dist_tol + dk >= x >= 0:
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/defects/
H A Dcore.py426 def create_saturated_interstitial_structure(interstitial_def, dist_tol=0.1): argument
454 saturated_defect_struct.DISTANCE_TOLERANCE = dist_tol
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dvgreen.c429 double dist_tol = FMM_DIST_TOL; in treesetup() local
485 &dist_tol, xyzminmax, &(thee->np)); in treesetup()
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/convexity_based_algorithm/
H A Dgjk_libccd-inl.h1031 const ccd_real_t dist_tol = 0.01; in faceNormalPointingOutward() local
1037 if (origin_distance_to_plane < -dist_tol) { in faceNormalPointingOutward()
1042 } else if (-dist_tol <= origin_distance_to_plane && in faceNormalPointingOutward()
1043 origin_distance_to_plane <= dist_tol) { in faceNormalPointingOutward()
1059 if (distance_to_plane > dist_tol) { in faceNormalPointingOutward()
1065 } else if (distance_to_plane < -dist_tol) { in faceNormalPointingOutward()
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Dsigeph.py1987 def plot_qpsolution_sklineb(self, spin, kbounds, band, itemp=0, with_int_aw=True, dist_tol=1e-6, argument
2027 r = find_points_along_path(cart_bounds, cart_coords, dist_tol=dist_tol)