Changeset 17638


Ignore:
Timestamp:
04/03/14 16:24:17 (11 years ago)
Author:
hongjuy
Message:

CHG: using max instead of min of Groundedicelevelset to test if element is contact with GL

File:
1 edited

Legend:

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

    r17636 r17638  
    13451345        if(!IsFloating()){
    13461346
    1347                 if(this->inputs->Max(MaskGroundediceLevelsetEnum)==0.){
    1348 
     1347                if(this->inputs->Min(MaskGroundediceLevelsetEnum)==0.){
    13491348                this->StrainRateSSA(&epsilon[0],xyz_list,gauss,vx_input,vy_input);
    13501349                this->ViscosityFS(&viscosity,2,xyz_list,gauss,vx_input,vy_input,NULL);
Note: See TracChangeset for help on using the changeset viewer.