kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Set the Model's neighbor list data pointers. More...
Public Member Functions | |
recursive subroutine | kim_model_create_set_neighbor_list_pointers (model_create_handle, number_of_neighbor_lists, cutoffs, model_will_not_request_neighbors_of_noncontributing_particles) |
Set the Model's neighbor list data pointers. | |
Set the Model's neighbor list data pointers.
Definition at line 114 of file kim_model_create_module.f90.
recursive subroutine kim_model_create_module::kim_set_neighbor_list_pointers::kim_model_create_set_neighbor_list_pointers | ( | type(kim_model_create_handle_type), intent(in) | model_create_handle, |
integer(c_int), intent(in) | number_of_neighbor_lists, | ||
real(c_double), dimension(number_of_neighbor_lists), intent(in), target | cutoffs, | ||
integer(c_int), dimension( number_of_neighbor_lists), intent(in), target | model_will_not_request_neighbors_of_noncontributing_particles ) |
Set the Model's neighbor list data pointers.
Definition at line 288 of file kim_model_create_module.f90.