logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NNPNTD - Interpolate at a single point in double precision

Access

       To use NNPNTD, load the NCAR Graphics library ngmath.

Description

       X           (Double precision, Input) - The X coordinate of the point where interpolation is desired.

       Y           (Double precision, Input) - The Y coordinate of the point where interpolation is desired.

       Z           (Double precision, Output) - The interpolated functional value at the point (X,Y).

Name

       NNPNTD - Interpolate at a single point in double precision

See Also

       natgrid, natgrid_params, natgridd, nnpntinitd, nnpntendd.

       Complete documentation for Natgrid is available at URL
       http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html

Synopsis

       CALL NNPNTD (X, Y, Z)

Usage

       This  subroutine is called when you want to interpolate at an individal point.  NNPNTINITD must be called
       prior to calling NNPNTD and NNPNTENDD must be called to terminate single point mode.

See Also