Ignore:
Timestamp:
02/23/13 11:37:39 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: some renaming (no more sheet and shelf, but grounded floating)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp

    r14357 r14378  
    3131        if(migration_style==SoftMigrationEnum){
    3232                /*Create flag for grounded vertices above the hydrostatic equilibrium: */
    33                 vertices_potentially_ungrounding=PotentialSheetUngrounding(elements,vertices,parameters);
     33                vertices_potentially_ungrounding=PotentialUngrounding(elements,vertices,parameters);
    3434
    3535                /*propagate ice shelf into connex areas of the ice sheet that potentially want to unground: */
     
    8181}
    8282/*%}}}*/
    83 /*FUNCTION PotentialSheetUngrounding {{{*/
    84 IssmDouble*    PotentialSheetUngrounding(Elements* elements,Vertices* vertices,Parameters* parameters){
     83/*FUNCTION PotentialUngrounding {{{*/
     84IssmDouble*    PotentialUngrounding(Elements* elements,Vertices* vertices,Parameters* parameters){
    8585
    8686        int      i,numberofvertices;
     
    9696        for(i=0;i<elements->Size();i++){
    9797                element=dynamic_cast<Element*>(elements->GetObjectByOffset(i));
    98                 element->PotentialSheetUngrounding(vec_vertices_potentially_ungrounding);
     98                element->PotentialUngrounding(vec_vertices_potentially_ungrounding);
    9999        }
    100100
     
    150150                        element=dynamic_cast<Element*>(elements->GetObjectByOffset(i));
    151151                        if(reCast<int,IssmDouble>(elements_neighboring_floatingce[element->Sid()])){
    152                                 local_nflipped+=element->UpdatePotentialSheetUngrounding(vertices_potentially_ungrounding,vec_nodes_on_floatingice,nodes_on_floatingice);
     152                                local_nflipped+=element->UpdatePotentialUngrounding(vertices_potentially_ungrounding,vec_nodes_on_floatingice,nodes_on_floatingice);
    153153                        }
    154154                }
Note: See TracChangeset for help on using the changeset viewer.