KIM API V2
Data Types | Functions/Subroutines
mod_neighborlist Module Reference

Data Types

type  neighobject_type
 

Functions/Subroutines

integer(c_int) function, public get_neigh (pkim, mode, request, part, numnei, pnei1part, pRij)
 
subroutine, public get_neigh (data_object, number_of_neighbor_lists, cutoffs, neighbor_list_index, request, numnei, pnei1part, ierr)
 

Function/Subroutine Documentation

◆ get_neigh() [1/2]

integer(c_int) function, public mod_neighborlist::get_neigh ( type(c_ptr), intent(in)  pkim,
integer(c_int), intent(in)  mode,
integer(c_int), intent(in)  request,
integer(c_int), intent(out)  part,
integer(c_int), intent(out)  numnei,
type(c_ptr), intent(out)  pnei1part,
type(c_ptr), intent(out)  pRij 
)

Definition at line 66 of file ex_test_Ar_fcc_cluster_fortran.F90.

◆ get_neigh() [2/2]

subroutine public mod_neighborlist::get_neigh ( type(c_ptr), intent(in), value  data_object,
integer(c_int), intent(in), value  number_of_neighbor_lists,
real(c_double), dimension(number_of_neighbor_lists), intent(in)  cutoffs,
integer(c_int), intent(in), value  neighbor_list_index,
integer(c_int), intent(in), value  request,
integer(c_int), intent(out)  numnei,
type(c_ptr), intent(out)  pnei1part,
integer(c_int), intent(out)  ierr 
)

Definition at line 89 of file ex_test_Ar_fcc_cluster_fortran.F90.