$Id: lin_interp.f90 2469 2007-10-08 10:34:43Z sfilippo $
Description: Evaluates linear interpolation. REAL(psb_dpk_) type. LIN_INTERP = FAC * F1 + (1 - FAC) * F2
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(in) | :: | f1 | |||
real(kind=psb_dpk_), | intent(in) | :: | f2 | |||
real(kind=psb_dpk_), | intent(in) | :: | fac |