Changeset 17413


Ignore:
Timestamp:
03/12/14 08:31:37 (11 years ago)
Author:
seroussi
Message:

CHG: mow using local coordinate system for all nodes at the base in FS (for shelf dampening)

File:
1 edited

Legend:

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

    r17383 r17413  
    21712171                groundedicelevelset_input->GetInputValue(&groundedice,gauss);
    21722172
     2173                /*New X axis          New Z axis*/
     2174                xz_plane[0]=1.;       xz_plane[3]=-slopex; 
     2175                xz_plane[1]=0.;       xz_plane[4]=-slopey; 
     2176                xz_plane[2]=slopex;   xz_plane[5]=1.;         
     2177
    21732178                if(groundedice>0){
    2174                         /*New X axis          New Z axis*/
    2175                         xz_plane[0]=1.;       xz_plane[3]=-slopex; 
    2176                         xz_plane[1]=0.;       xz_plane[4]=-slopey; 
    2177                         xz_plane[2]=slopex;   xz_plane[5]=1.;         
    21782179                        if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){
    21792180                                this->nodes[indices[i]]->DofInSSet(2); //vz
     
    21852186                }
    21862187                else{
    2187                         /*New X axis          New Z axis*/
    2188                         xz_plane[0]=1.;       xz_plane[3]=0; 
    2189                         xz_plane[1]=0.;       xz_plane[4]=0; 
    2190                         xz_plane[2]=0;        xz_plane[5]=1.;         
    21912188                        if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){
    21922189                                this->nodes[indices[i]]->DofInFSet(2); //vz
Note: See TracChangeset for help on using the changeset viewer.