fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
bilinear_interpolate
Subroutine
37 statements
Source File
fortplot_streamline.f90
fortplot_streamline
bilinear_interpolate
Contents
public subroutine bilinear_interpolate(x_grid, y_grid, values, x, y, result)
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in),
dimension(:)
::
x_grid
real,
intent(in),
dimension(:)
::
y_grid
real,
intent(in),
dimension(:,:)
::
values
real,
intent(in)
::
x
real,
intent(in)
::
y
real,
intent(out)
::
result