streamplot Subroutine

public subroutine streamplot(x, y, u, v, nx, ny, density, arrowsize, arrowstyle)

Python-accessible streamplot function with arrow support

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(nx) :: x
real(kind=wp), intent(in), dimension(ny) :: y
real(kind=wp), intent(in), dimension(nx, ny) :: u
real(kind=wp), intent(in), dimension(nx, ny) :: v
integer, intent(in) :: nx
integer, intent(in) :: ny
real(kind=wp), intent(in), optional :: density
real(kind=wp), intent(in), optional :: arrowsize
character(len=*), intent(in), optional :: arrowstyle