Ignore:
Timestamp:
08/11/11 08:29:42 (14 years ago)
Author:
Mathieu Morlighem
Message:

Implemented hydrological model with Anne LeBrocq's model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.h

    r9256 r9271  
    181181                int     GetElementType(void);
    182182                void      GetDofList(int** pdoflist,int approximation_enum,int setenum);
    183                 void    GetHydrologyWaterVelocity(double* v, GaussTria* gauss);
     183                void    CreateHydrologyWaterVelocityInput(void);
    184184                void      GetDofList1(int* doflist);
    185185                void    GetSidList(int* sidlist);
     
    202202                void      SetClone(int* minranks);
    203203                void      SurfaceNormal(double* surface_normal, double xyz_list[3][3]);
    204                 void      GetHydrologyK(double* K,double* xyz_list,GaussTria* gauss);
    205204                /*}}}*/
    206205
Note: See TracChangeset for help on using the changeset viewer.