Home
last modified time | relevance | path

Searched defs:find_neighbors (Results 1 – 19 of 19) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dparticle_kdtree_tools.pxd15 cdef int find_neighbors(np.float64_t * pos, np.float64_t[:, ::1] tree_positions, function
H A Dparticle_kdtree_tools.pyx183 cdef int find_neighbors(np.float64_t * pos, np.float64_t[:, ::1] tree_positions, function
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dxas_tdp_atom.F528 CHARACTER(len=*), PARAMETER :: routineN = 'find_neighbors', routineP = moduleN//':'//routineN argument
530 INTEGER :: blk, i, iat, ibase, iblk, jblk, mepos, &
531 natom, nb, nbase
532 INTEGER, ALLOCATABLE, DIMENSION(:) :: blk_to_base, inb, who_is_there
533 INTEGER, ALLOCATABLE, DIMENSION(:, :) :: n_neighbors
534 LOGICAL, ALLOCATABLE, DIMENSION(:) :: is_base_atom
535 REAL(dp) :: dist2, rad2, ri(3), rij(3), rj(3)
536 TYPE(cell_type), POINTER :: cell
538 TYPE(cp_para_env_type), POINTER :: para_env
539 TYPE(dbcsr_iterator_type) :: iter
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dxas_tdp_atom.F526 CHARACTER(len=*), PARAMETER :: routineN = 'find_neighbors', routineP = moduleN//':'//routineN argument
528 INTEGER :: blk, i, iat, ibase, iblk, jblk, mepos, &
529 natom, nb, nbase
530 INTEGER, ALLOCATABLE, DIMENSION(:) :: blk_to_base, inb, who_is_there
531 INTEGER, ALLOCATABLE, DIMENSION(:, :) :: n_neighbors
532 LOGICAL, ALLOCATABLE, DIMENSION(:) :: is_base_atom
533 REAL(dp) :: dist2, rad2, ri(3), rij(3), rj(3)
534 TYPE(cell_type), POINTER :: cell
536 TYPE(cp_para_env_type), POINTER :: para_env
537 TYPE(dbcsr_iterator_type) :: iter
[all …]
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Dpbs_queue_run.py37 find_neighbors=None, perform_parametrization=None): argument
H A Ddata.py116 def add_relaxed_step(self, a, find_neighbors=None, argument
147 def add_relaxed_candidate(self, a, find_neighbors=None, argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/ir3/
H A Dir3_group.c163 find_neighbors(struct ir3 *ir) in find_neighbors() function
/dports/textproc/py-pdfminer3k/pdfminer3k-1.3.4/pdfminer/
H A Dlayout.py314 def find_neighbors(self, plane, ratio): member in LTTextLine
340 def find_neighbors(self, plane, ratio): member in LTTextLineHorizontal
373 def find_neighbors(self, plane, ratio): member in LTTextLineVertical
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Dlayout.py411 def find_neighbors(self, plane, ratio): member in LTTextLine
430 def find_neighbors(self, plane, ratio): member in LTTextLineHorizontal
486 def find_neighbors(self, plane, ratio): member in LTTextLineVertical
/dports/security/libfprint/libfprint-0.7.0/libfprint/nbis/mindtct/
H A Dridges.c227 static int find_neighbors(int **onbr_list, int *onnbrs, const int max_nbrs, in find_neighbors() function
/dports/databases/grass7/grass-7.8.6/imagery/i.segment/
H A Diseg.h128 void (*find_neighbors) (int, int, int[8][2]); /*parameters: row, col, neighbors */ member
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dunstructured_mesh.C266 void UnstructuredMesh::find_neighbors (const bool reset_remote_elements, in find_neighbors() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/
H A Dvsph_view_sphere.hxx348 void vsph_view_sphere<T>::find_neighbors(unsigned id, std::vector<T >& neighbors) in find_neighbors() function in vsph_view_sphere
H A Dvsph_unit_sphere.cxx366 void vsph_unit_sphere::find_neighbors() in find_neighbors() function in vsph_unit_sphere
/dports/databases/grass7/grass-7.8.6/raster/r.surf.idw/
H A Dmain.c536 find_neighbors(EW * ewptr, NEIGHBOR * nbr_head, SHORT row, SHORT col, in find_neighbors() function
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/src/
H A DSystemSAM.cpp352 vector<int> MoleculeSAM::find_neighbors( int i ) in find_neighbors() function in MoleculeSAM
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boct/
H A Dboct_tree_cell.hxx400 void boct_tree_cell<T_loc,T_data>::find_neighbors(boct_face_idx face, in find_neighbors() function in boct_tree_cell
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dlattice.py2048 def find_neighbors(label: np.ndarray, nx: int, ny: int, nz: int) -> List[np.ndarray]: function
/dports/science/sparta/sparta-20Oct2021/src/
H A Dgrid.cpp1058 void Grid::find_neighbors() in find_neighbors() function in Grid