Previous: contcp Up: ../plot79_c.html Next: contma


CONTFE

       REAL FUNCTION  CONTFE (T)
 C$    (ALG626 - Internal Function Evaluation)
 C$    Return as a function value the surface value for  parameter
 C$    T, with other parameters defining the triangle available in
 C$    private COMMONs. The function number, KK, in COMMON selects
 C$    the function to be evaluated:
 C$
 C$    1    4th derivative along side KSE
 C$    2    3rd derivative along side KSE
 C$    3    2nd derivative along side KSE
 C$    4    1st derivative along side KSE
 C$    5    original polynomial along side KSE
 C$    6    bivariate polynomial inside triangle.
 C$
 C$    (20-AUG-85)