Changeset 17413
- Timestamp:
- 03/12/14 08:31:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r17383 r17413 2171 2171 groundedicelevelset_input->GetInputValue(&groundedice,gauss); 2172 2172 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 2173 2178 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.;2178 2179 if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){ 2179 2180 this->nodes[indices[i]]->DofInSSet(2); //vz … … 2185 2186 } 2186 2187 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.;2191 2188 if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){ 2192 2189 this->nodes[indices[i]]->DofInFSet(2); //vz
Note:
See TracChangeset
for help on using the changeset viewer.