Changeset 24055


Ignore:
Timestamp:
07/01/19 05:34:01 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added ODE solver for 1st degree ODE

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Makefile.am

    r23992 r24055  
    162162                                        ./shared/Numerics/cubic.cpp\
    163163                                        ./shared/Numerics/NewtonSolveDnorm.cpp\
     164                                        ./shared/Numerics/ODE1.cpp\
    164165                                        ./shared/Numerics/extrema.cpp\
    165166                                        ./shared/Numerics/legendre.cpp\
  • issm/trunk-jpl/src/c/shared/Numerics/numerics.h

    r23244 r24055  
    4141
    4242int         NewtonSolveDnorm(IssmDouble* pdnorm,IssmDouble c1,IssmDouble c2,IssmDouble c3,IssmDouble n,IssmDouble dnorm);
     43IssmDouble  ODE1(IssmDouble alpha,IssmDouble beta,IssmDouble Si, IssmDouble dt,int method);
    4344
    4445#endif //ifndef _NUMERICS_H_
Note: See TracChangeset for help on using the changeset viewer.