Changeset 17414


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

CHG: local referential coordinates in tria as well

File:
1 edited

Legend:

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

    r17372 r17414  
    19521952                        IssmDouble theta = atan(slope);
    19531953
     1954                        /*New X axis                  New Z axis*/
     1955                        xz_plane[0]=cos(theta);       xz_plane[3]=0.; 
     1956                        xz_plane[1]=sin(theta);       xz_plane[4]=0.; 
     1957                        xz_plane[2]=0.;               xz_plane[5]=1.;         
    19541958                        if(groundedice>0){
    1955                                 /*New X axis                  New Z axis*/
    1956                                 xz_plane[0]=cos(theta);       xz_plane[3]=0.; 
    1957                                 xz_plane[1]=sin(theta);       xz_plane[4]=0.; 
    1958                                 xz_plane[2]=0.;               xz_plane[5]=1.;         
    19591959                                this->nodes[i]->DofInSSet(1); //vy
    19601960                        }
    19611961                        else{
    1962                                 /*New X axis                  New Z axis*/
    1963                                 xz_plane[0]=1.;               xz_plane[3]=0; 
    1964                                 xz_plane[1]=0.;               xz_plane[4]=0; 
    1965                                 xz_plane[2]=0;                xz_plane[5]=1.;         
    19661962                                this->nodes[i]->DofInFSet(1); //vy
    19671963                        }
Note: See TracChangeset for help on using the changeset viewer.