Changeset 16872 for issm/trunk-jpl/src/c/classes/Elements/Tria.h
- Timestamp:
- 11/21/13 16:46:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.h
r16866 r16872 91 91 void GetDofListVelocity(int** pdoflist,int setenum); 92 92 void GetDofListPressure(int** pdoflist,int setenum); 93 void GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating); 94 IssmDouble GetGroundedPortion(IssmDouble* xyz_list); 93 95 int GetNodeIndex(Node* node); 94 96 void GetNodesSidList(int* sidlist); … … 264 266 void GetVertexSidList(int* sidlist); 265 267 void GetConnectivityList(int* connectivity); 266 void GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating);267 IssmDouble GetGroundedPortion(IssmDouble* xyz_list);268 268 IssmDouble GetYcoord(Gauss* gauss); 269 269 IssmDouble GetZcoord(Gauss* gauss){_error_("not implemented");}; … … 298 298 Gauss* NewGauss(int order); 299 299 Gauss* NewGauss(IssmDouble* xyz_list, IssmDouble* xyz_list_front,int order); 300 Gauss* NewGauss(int point1,IssmDouble fraction1,IssmDouble fraction2,bool mainlyfloating,int order); 300 301 Gauss* NewGauss(IssmDouble* xyz_list, IssmDouble* xyz_list_front,int order_horiz,int order_vert); 301 302 Gauss* NewGaussBase(int order);
Note:
See TracChangeset
for help on using the changeset viewer.