Ignore:
Timestamp:
11/21/13 16:46:58 (11 years ago)
Author:
seroussi
Message:

CHG: added SSA friction KMatrix in analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.h

    r16866 r16872  
    9191                void          GetDofListVelocity(int** pdoflist,int setenum);
    9292                void          GetDofListPressure(int** pdoflist,int setenum);
     93                void        GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating);
     94                IssmDouble  GetGroundedPortion(IssmDouble* xyz_list);
    9395                int         GetNodeIndex(Node* node);
    9496                void        GetNodesSidList(int* sidlist);
     
    264266                void           GetVertexSidList(int* sidlist);
    265267                void           GetConnectivityList(int* connectivity);
    266                 void           GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating);
    267                 IssmDouble     GetGroundedPortion(IssmDouble* xyz_list);
    268268                IssmDouble     GetYcoord(Gauss* gauss);
    269269                IssmDouble     GetZcoord(Gauss* gauss){_error_("not implemented");};
     
    298298                Gauss*         NewGauss(int order);
    299299      Gauss*         NewGauss(IssmDouble* xyz_list, IssmDouble* xyz_list_front,int order);
     300      Gauss*         NewGauss(int point1,IssmDouble fraction1,IssmDouble fraction2,bool mainlyfloating,int order);
    300301      Gauss*         NewGauss(IssmDouble* xyz_list, IssmDouble* xyz_list_front,int order_horiz,int order_vert);
    301302                Gauss*         NewGaussBase(int order);
Note: See TracChangeset for help on using the changeset viewer.