Changeset 17926 for issm/trunk-jpl/src/c/classes/Elements/Tria.h
- Timestamp:
- 05/04/14 21:04:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.h
r17925 r17926 65 65 int FiniteElement(void); 66 66 Element* GetUpperElement(void){_error_("not implemented yet");}; 67 Element* GetLowerElement(void){_error_("not implemented yet");};68 Element* GetSurfaceElement(void){_error_("not implemented yet");};69 67 Element* GetBasalElement(void){_error_("not implemented yet");}; 70 68 void GetGroundedPart(int* point1,IssmDouble* fraction1, IssmDouble* fraction2,bool* mainlyfloating); … … 110 108 void ZeroLevelsetCoordinates(IssmDouble** pxyz_zero,IssmDouble* xyz_list,int levelsetenum); 111 109 void GetIcefrontCoordinates(IssmDouble** pxyz_front,IssmDouble* xyz_list,int levelsetenum); 112 void GetNormalFromLSF(IssmDouble *pnormal);113 110 bool IsZeroLevelset(int levelset_enum); 114 111 bool IsIcefront(void);
Note:
See TracChangeset
for help on using the changeset viewer.