fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
streamplot_basic_validation
Function
13 statements
Source File
fortplot_figure_streamlines.f90
fortplot_figure_streamlines
streamplot_basic_validation
Contents
public function streamplot_basic_validation(x, y, u, v) result(is_valid)
Basic validation for streamplot inputs
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
x
(:)
real(kind=wp),
intent(in)
::
y
(:)
real(kind=wp),
intent(in)
::
u
(:,:)
real(kind=wp),
intent(in)
::
v
(:,:)
Return Value
logical