Changeset 17339 for issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
- Timestamp:
- 02/21/14 14:53:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r17338 r17339 2162 2162 xz_plane[1]=0.; xz_plane[4]=-slopey; 2163 2163 xz_plane[2]=slopex; xz_plane[5]=1.; 2164 if(this->nodes[indices[i]]->GetApproximation()==FS ApproximationEnum){2164 if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){ 2165 2165 this->nodes[indices[i]]->DofInSSet(2); //vz 2166 2166 } … … 2168 2168 this->nodes[indices[i]]->DofInSSet(4); //vz 2169 2169 } 2170 else _error_(" approximation not implemented");2170 else _error_("Flow equation approximation"<<EnumToStringx(this->nodes[indices[i]]->GetApproximation())<<" not supported yet"); 2171 2171 } 2172 2172 else{ … … 2175 2175 xz_plane[1]=0.; xz_plane[4]=0; 2176 2176 xz_plane[2]=0; xz_plane[5]=1.; 2177 if(this->nodes[indices[i]]->GetApproximation()==FS ApproximationEnum){2177 if(this->nodes[indices[i]]->GetApproximation()==FSvelocityEnum){ 2178 2178 this->nodes[indices[i]]->DofInFSet(2); //vz 2179 2179 } … … 2181 2181 this->nodes[indices[i]]->DofInFSet(4); //vz 2182 2182 } 2183 else _error_(" approximation not implemented");2183 else _error_("Flow equation approximation"<<EnumToStringx(this->nodes[indices[i]]->GetApproximation())<<" not supported yet"); 2184 2184 } 2185 2185
Note:
See TracChangeset
for help on using the changeset viewer.