Home
last modified time | relevance | path

Searched defs:neighbor_list_iterator_create (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_neighbor_list_types.F162 SUBROUTINE neighbor_list_iterator_create(iterator_set, nl, search, nthread) subroutine
170 CHARACTER(len=*), PARAMETER :: routineN = 'neighbor_list_iterator_create', & argument
171 routineP = moduleN//':'//routineN
173 INTEGER :: iatom, il, ilist, mthread, nlist
174 TYPE(list_search_type), DIMENSION(:), POINTER :: list_search
175 TYPE(neighbor_list_iterator_type), POINTER :: iterator
176 TYPE(neighbor_list_type), POINTER :: neighbor_list
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_neighbor_list_types.F157 SUBROUTINE neighbor_list_iterator_create(iterator_set, nl, search, nthread) subroutine
165 CHARACTER(len=*), PARAMETER :: routineN = 'neighbor_list_iterator_create', & argument
166 routineP = moduleN//':'//routineN
168 INTEGER :: iatom, il, ilist, mthread, nlist
169 TYPE(list_search_type), DIMENSION(:), POINTER :: list_search
170 TYPE(neighbor_list_iterator_type), POINTER :: iterator
171 TYPE(neighbor_list_type), POINTER :: neighbor_list