Changeset 7323 for issm/trunk/src/c/objects/Elements/Penta.h
- Timestamp:
- 02/03/11 18:09:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.h
r7319 r7323 110 110 void MaxVz(double* pmaxvz, bool process_units); 111 111 void AgressiveMigration(); 112 void AgressiveShelfSync(); 112 void SoftMigration(double* sheet_ungrounding); 113 void PotentialSheetUngrounding(Vec potential_sheet_ungrounding); 114 void ShelfSync(); 113 115 void MigrateGroundingLine(); 114 116 void MinVel(double* pminvel, bool process_units); … … 129 131 int UpdateShelfStatus(Vec new_shelf_nodes); 130 132 void UpdateShelfFlags(double* new_shelf_nodes); 133 int UpdatePotentialSheetUngrounding(double* potential_sheet_ungrounding,Vec vec_nodes_on_iceshelf,double* nodes_on_iceshelf); 131 134 double TimeAdapt(); 132 135 int* GetHorizontalNeighboorSids(void); … … 239 242 bool IsOnShelf(void); 240 243 bool IsNodeOnShelf(void); 244 bool IsNodeOnShelfFromFlags(double* flags); 241 245 bool IsOnWater(void); 242 246 double MinEdgeLength(double xyz_list[6][3]);
Note:
See TracChangeset
for help on using the changeset viewer.