Changeset 15954


Ignore:
Timestamp:
08/26/13 12:04:28 (12 years ago)
Author:
seroussi
Message:

CHG: Now use GroundediceLevelset instead of floating ice

Location:
issm/trunk-jpl/src/c/classes/Elements
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Penta.cpp

    r15941 r15954  
    1122911229        for(i=0;i<NUMVERTICES;i++){
    1123011230                /*Ice shelf: if bed below bathymetry, impose it at the bathymetry and update surface, elso do nothing */
    11231                 if(reCast<bool,IssmDouble>(old_floating_ice[nodes[i]->Sid()])){
     11231                if(phi[i]<=0){
    1123211232                        if(b[i]<=r[i]){
    1123311233                                b[i]        = r[i];
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r15941 r15954  
    73397339        for(i=0;i<NUMVERTICES;i++){
    73407340                /*Ice shelf: if bed below bathymetry, impose it at the bathymetry and update surface, elso do nothing */
    7341                 if(reCast<bool>(old_floating_ice[nodes[i]->Sid()])){
     7341                if(phi[i]<=0){
    73427342                        if(b[i]<=r[i]){
    73437343                                b[i]        = r[i];
Note: See TracChangeset for help on using the changeset viewer.