compute_streamplot_arrows Subroutine

public subroutine compute_streamplot_arrows(trajectories, n_trajectories, trajectory_lengths, x_grid, y_grid, arrow_size, arrow_style, arrows)

Compute arrow metadata for streamlines based on trajectory geometry

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: trajectories(:,:,:)
integer, intent(in) :: n_trajectories
integer, intent(in) :: trajectory_lengths(:)
real(kind=wp), intent(in) :: x_grid(:)
real(kind=wp), intent(in) :: y_grid(:)
real(kind=wp), intent(in) :: arrow_size
character(len=*), intent(in) :: arrow_style
type(arrow_data_t), intent(out), allocatable :: arrows(:)