calculate_seed_points Subroutine

public subroutine calculate_seed_points(x, y, density, seed_x, seed_y, n_seeds)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: x
real(kind=wp), intent(in), dimension(:) :: y
real(kind=wp), intent(in) :: density
real(kind=wp), intent(out), allocatable :: seed_x(:)
real(kind=wp), intent(out), allocatable :: seed_y(:)
integer, intent(out) :: n_seeds