Changeset 5930
- Timestamp:
- 09/21/10 16:20:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/Elements/Penta.cpp ¶
r5929 r5930 3478 3478 if(IsOnWater()) return NULL; 3479 3479 inputs->GetParameterValue(&approximation,ApproximationEnum); 3480 if(approximation!=StokesApproximationEnum ) return NULL;3480 if(approximation!=StokesApproximationEnum && approximation!=PattynStokesApproximationEnum) return NULL; 3481 3481 ElementVector* pe=NewElementVector(nodes,NUMVERTICES,this->parameters,StokesApproximationEnum); 3482 3482 … … 3578 3578 if(IsOnWater() || !IsOnBed() || !IsOnShelf()) return NULL; 3579 3579 inputs->GetParameterValue(&approximation,ApproximationEnum); 3580 if(approximation!=StokesApproximationEnum ) return NULL;3580 if(approximation!=StokesApproximationEnum && approximation!=PattynStokesApproximationEnum) return NULL; 3581 3581 ElementVector* pe=NewElementVector(nodes,NUMVERTICES,this->parameters,StokesApproximationEnum); 3582 3582
Note:
See TracChangeset
for help on using the changeset viewer.