Changeset 17414
- Timestamp:
- 03/12/14 08:39:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r17372 r17414 1952 1952 IssmDouble theta = atan(slope); 1953 1953 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.; 1954 1958 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.;1959 1959 this->nodes[i]->DofInSSet(1); //vy 1960 1960 } 1961 1961 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.;1966 1962 this->nodes[i]->DofInFSet(1); //vy 1967 1963 }
Note:
See TracChangeset
for help on using the changeset viewer.