Home
last modified time | relevance | path

Searched refs:oce_present (Results 1 – 3 of 3) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_neighbor_lists.F304 core_present, default_present, oce_present, orb_present, ppl_present, ppnl_present, & local
462 ALLOCATE (oce_present(nkind), oce_radius(nkind))
553 oce_present(ikind) = .TRUE.
556 oce_present(ikind) = .FALSE.
691 IF (ANY(oce_present)) THEN
692 CALL pair_radius_setup(orb_present, oce_present, orb_radius, oce_radius, pair_radius)
936 DEALLOCATE (oce_present, oce_radius)
H A Dadmm_methods.F339 LOGICAL, ALLOCATABLE, DIMENSION(:) :: aux_present, oce_present local
385 ALLOCATE (aux_present(nkind), oce_present(nkind))
386 aux_present = .FALSE.; oce_present = .FALSE.
400 oce_present(ikind) = .TRUE.
407 CALL pair_radius_setup(aux_present, oce_present, aux_radius, oce_radius, pair_radius)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_neighbor_lists.F305 core_present, default_present, oce_present, orb_present, ppl_present, ppnl_present, & local
463 ALLOCATE (oce_present(nkind), oce_radius(nkind))
554 oce_present(ikind) = .TRUE.
557 oce_present(ikind) = .FALSE.
692 IF (ANY(oce_present)) THEN
693 CALL pair_radius_setup(orb_present, oce_present, orb_radius, oce_radius, pair_radius)
937 DEALLOCATE (oce_present, oce_radius)