Changeset 6052
- Timestamp:
- 09/28/10 11:16:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Pengrid.cpp
r5989 r6052 544 544 /*Initialize Element vector and return if necessary*/ 545 545 penta->inputs->GetParameterValue(&approximation,ApproximationEnum); 546 if(approximation!=StokesApproximationEnum ) return NULL;546 if(approximation!=StokesApproximationEnum && approximation!=PattynStokesApproximationEnum) return NULL; 547 547 ElementMatrix* Ke=new ElementMatrix(&node,1,this->parameters,StokesApproximationEnum); 548 548
Note:
See TracChangeset
for help on using the changeset viewer.