Ignore:
Timestamp:
02/03/11 18:09:00 (14 years ago)
Author:
Eric.Larour
Message:

Implemented soft version of grounding line migration. More testing needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.h

    r7319 r7323  
    110110                void   MaxVz(double* pmaxvz, bool process_units);
    111111                void   AgressiveMigration();
    112                 void   AgressiveShelfSync();
     112                void   SoftMigration(double* sheet_ungrounding);
     113                void   PotentialSheetUngrounding(Vec potential_sheet_ungrounding);
     114                void   ShelfSync();
    113115                void   MigrateGroundingLine();
    114116                void   MinVel(double* pminvel, bool process_units);
     
    129131                int    UpdateShelfStatus(Vec new_shelf_nodes);
    130132                void   UpdateShelfFlags(double* new_shelf_nodes);
     133                int    UpdatePotentialSheetUngrounding(double* potential_sheet_ungrounding,Vec vec_nodes_on_iceshelf,double* nodes_on_iceshelf);
    131134                double TimeAdapt();
    132135                int*   GetHorizontalNeighboorSids(void);
     
    239242                bool    IsOnShelf(void);
    240243                bool    IsNodeOnShelf(void);
     244                bool    IsNodeOnShelfFromFlags(double* flags);
    241245                bool    IsOnWater(void);
    242246                double  MinEdgeLength(double xyz_list[6][3]);
Note: See TracChangeset for help on using the changeset viewer.