e01sbf evaluates at a given point the two-dimensional interpolant function computed by
e01saf.
e01sbf takes as input the arguments defining the interpolant
of a set of scattered data points
, for
,
as computed by
e01saf,
and evaluates the interpolant at the point
.
If
is not equal to
for any
, the derivatives in
grads will be used to compute the interpolant. A triangle is sought which contains the point
, and the vertices of the triangle along with the partial derivatives and
values at the vertices are used to compute the value
. If the point
lies outside the triangulation defined by the input arguments, the returned value is obtained by extrapolation. In this case, the interpolating function
is extended linearly beyond the triangulation boundary. The method is described in more detail in
Renka and Cline (1984) and the code is derived from
Renka (1984).
e01sbf must only be called after a call to
e01saf.
Renka R L (1984) Algorithm 624: triangulation and interpolation of arbitrarily distributed points in the plane ACM Trans. Math. Software 10 440–442
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Computational errors should be negligible in most practical situations.
Background information to multithreading can be found in the
Multithreading documentation.
e01sbf is not thread safe and should not be called from a multithreaded user program. Please see
Section 1 in FL Interface Multithreading for more information on thread safety.
The results returned by this routine are particularly suitable for applications such as graph plotting, producing a smooth surface from a number of scattered points.