Changeset 19979


Ignore:
Timestamp:
01/22/16 09:41:50 (9 years ago)
Author:
Eric.Larour
Message:

NEW: legendre polynomial evaluation function.

Location:
issm/trunk-jpl/src/c/shared/Numerics
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Numerics/numerics.h

    r18386 r19979  
    3434void        XZvectorsToCoordinateSystem(IssmDouble *T,IssmDouble*xzvectors);
    3535int         cubic(IssmDouble a, IssmDouble b, IssmDouble c, IssmDouble d,IssmDouble X[3], int *num);
     36IssmDouble  legendre(IssmDouble Pn1, IssmDouble Pn2, IssmDouble x, int i);
    3637
    3738int         NewtonSolveDnorm(IssmDouble* pdnorm,IssmDouble c1,IssmDouble c2,IssmDouble c3,IssmDouble n,IssmDouble dnorm);
Note: See TracChangeset for help on using the changeset viewer.