get_neighbours_bf Interface

interface


Calls

interface~~get_neighbours_bf~~CallsGraph interface~get_neighbours_bf get_neighbours_bf proc~get_neighbours_bf get_neighbours_bf interface~get_neighbours_bf->proc~get_neighbours_bf

public module subroutine get_neighbours_bf(ipart, npart, pos, h, dimensions, nnei, neilist)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ipart
integer, intent(in) :: npart
double precision, intent(in) :: pos(dimensions,npart)
double precision, intent(in) :: h(npart)
integer, intent(in) :: dimensions
integer, intent(out) :: nnei
integer, intent(out) :: neilist(npart)

Description

Get neighbours of particle ipart in a "brute force" way