arrow_data_t Derived Type

type, public :: arrow_data_t

Data container for streamplot arrows Stores position, direction, size and style for arrow rendering


Components

Type Visibility Attributes Name Initial
real(kind=wp), public :: x = 0.0_wp
real(kind=wp), public :: y = 0.0_wp
real(kind=wp), public :: dx = 0.0_wp
real(kind=wp), public :: dy = 0.0_wp
real(kind=wp), public :: size = 1.0_wp
character(len=10), public :: style = '->'