source:
issm/oecreview/Archive/16554-17801/ISSM-16734-16735.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 876 bytes |
-
../trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp
210 210 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: 217 218 element->GetInputListOnNodes(&thickness[0],ThicknessEnum);
Note:
See TracBrowser
for help on using the repository browser.