Changeset 18855 for issm/trunk-jpl/src/c/classes/Elements/Element.h
- Timestamp:
- 11/25/14 12:01:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.h
r18833 r18855 120 120 bool IsFloating(); 121 121 void LinearFloatingiceMeltingRate(); 122 void MigrateGroundingLine(IssmDouble* sheet_ungrounding); 122 123 ElementVector* NewElementVector(int approximation_enum=NoneApproximationEnum); 123 124 ElementMatrix* NewElementMatrix(int approximation_enum=NoneApproximationEnum); … … 294 295 virtual void UpdateConstraintsExtrudeFromTop(void)=0; 295 296 296 virtual void MigrateGroundingLine(IssmDouble* sheet_ungrounding)=0;297 297 virtual void FSContactMigration(Vector<IssmDouble>* vertexgrounded,Vector<IssmDouble>* vertexfloating)=0; 298 298 virtual void PotentialUngrounding(Vector<IssmDouble>* potential_sheet_ungrounding)=0;
Note:
See TracChangeset
for help on using the changeset viewer.