Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
public pure module function interp2_plaid(x1, x2, f, x1i, x2i)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in),
dimension(:)
::
x1
real(kind=wp),
intent(in),
dimension(:)
::
x2
real(kind=wp),
intent(in),
dimension(:,:)
::
f
real(kind=wp),
intent(in),
dimension(:)
::
x1i
real(kind=wp),
intent(in),
dimension(:)
::
x2i
Return Value real(kind=wp)
(1:size(x1i,1),1:size(x2i,1))