Changeset 17637


Ignore:
Timestamp:
04/03/14 16:22:00 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: constrain vz on FS if levelset = 0

File:
1 edited

Legend:

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

    r17610 r17637  
    19371937                xz_plane[2]=slopex;   xz_plane[5]=1.;         
    19381938
    1939                 if(groundedice>0){
     1939                if(groundedice>=0){
    19401940                        if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){
    19411941                                this->nodes[indices[i]]->DofInSSet(2); //vz
Note: See TracChangeset for help on using the changeset viewer.