Home
last modified time | relevance | path

Searched refs:iter_ij (Results 1 – 6 of 6) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_tensors.F403 CALL neighbor_list_iterator_create(iterator%iter_ij, ijk_nl%ij_list)
425 CALL neighbor_list_iterator_release(iterator%iter_ij)
427 NULLIFY (iterator%iter_ij)
453 iter_stat = neighbor_list_iterate(iterator%iter_ij)
459 iter_stat = nl_sub_iterate(iterator%iter_jk, iterator%iter_ij)
470 CALL get_iterator_info(iterator%iter_ij, iatom=iatom, jatom=jatom_1)
534 CALL get_iterator_info(iterator%iter_ij, &
H A Dqs_tensors_types.F63 TYPE(neighbor_list_iterator_p_type), DIMENSION(:), POINTER :: iter_ij => NULL() component
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_tensors.F390 CALL neighbor_list_iterator_create(iterator%iter_ij, ijk_nl%ij_list)
434 CALL neighbor_list_iterator_release(iterator%iter_ij)
436 NULLIFY (iterator%iter_ij)
462 iter_stat = neighbor_list_iterate(iterator%iter_ij)
468 CALL get_iterator_info(iterator%iter_ij, iatom=iatom, jatom=jatom)
481 iter_stat = nl_sub_iterate(iterator%iter_jk, iterator%iter_ij)
492 CALL get_iterator_info(iterator%iter_ij, iatom=iatom, jatom=jatom_1)
564 CALL get_iterator_info(iterator%iter_ij, &
H A Dqs_tensors_types.F72 TYPE(neighbor_list_iterator_p_type), DIMENSION(:), POINTER :: iter_ij => NULL() component
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh2581 typename OR_Matrix<N>::element_iterator iter_ij; in strong_closure_assign() local
2600 iter_ij = x.matrix.element_begin(); in strong_closure_assign()
2652 min_assign(*iter_ij, sum1); in strong_closure_assign()
2655 ++iter_ij; in strong_closure_assign()
2660 min_assign(*iter_ij, sum1); in strong_closure_assign()
2663 ++iter_ij; in strong_closure_assign()
H A Dppl.hh.dist73635 typename OR_Matrix<N>::element_iterator iter_ij;
73654 iter_ij = x.matrix.element_begin();
73706 min_assign(*iter_ij, sum1);
73709 ++iter_ij;
73714 min_assign(*iter_ij, sum1);
73717 ++iter_ij;