Changeset 16735
- Timestamp:
- 11/13/13 11:22:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp
r16717 r16735 211 211 /*For pressure: we have not computed pressure in this analysis, for this element. We are in 2D, 212 212 *so the pressure is just the pressure at the bedrock: */ 213 rho_ice = element->GetMaterialParameter(MaterialsRhoIceEnum); 214 g = element->GetMaterialParameter(ConstantsGEnum); 213 rho_ice = element->GetMaterialParameter(MaterialsRhoIceEnum); 214 g = element->GetMaterialParameter(ConstantsGEnum); 215 element->FindParam(&meshtype,MeshTypeEnum); 215 216 switch(meshtype){ 216 217 case Mesh2DhorizontalEnum:
Note:
See TracChangeset
for help on using the changeset viewer.