fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
calculate_arrow_positions
Subroutine
37 statements
Source File
fortplot_streamline.f90
fortplot_streamline
calculate_arrow_positions
Contents
public subroutine calculate_arrow_positions(path_x, path_y, n_points, arrow_density, arrow_mask)
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in),
dimension(:)
::
path_x
real,
intent(in),
dimension(:)
::
path_y
integer,
intent(in)
::
n_points
real,
intent(in)
::
arrow_density
logical,
intent(out),
allocatable
::
arrow_mask
(:)