Changeset 5886
- Timestamp:
- 09/18/10 13:35:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r5882 r5886 5188 5188 /*For pressure: we have not computed pressure in this analysis, for this element. We are in 3D, 5189 5189 *so the pressure is just the pressure at the z elevation: except it this is a PattynStokes element */ 5190 if( !approximation==PattynStokesApproximationEnum){5190 if(approximation!=PattynStokesApproximationEnum){ 5191 5191 rho_ice=matpar->GetRhoIce(); 5192 5192 g=matpar->GetG(); … … 5199 5199 this->inputs->ChangeEnum(VzEnum,VzOldEnum); 5200 5200 5201 if( !approximation==PattynStokesApproximationEnum){5201 if(approximation!=PattynStokesApproximationEnum){ 5202 5202 this->inputs->ChangeEnum(PressureEnum,PressureOldEnum); 5203 5203 this->inputs->AddInput(new PentaVertexInput(PressureEnum,pressure));
Note:
See TracChangeset
for help on using the changeset viewer.