Changeset 16636
- Timestamp:
- 11/06/13 14:00:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16621 r16636 3804 3804 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum); 3805 3805 this->parameters->FindParam(&stabilization,ThermalStabilizationEnum); 3806 Input* pressure_input=inputs->GetInput(PressureEnum); _assert_(pressure_input);3807 Input* enthalpy_input=inputs->GetInput(EnthalpyPicardEnum);_assert_(enthalpy_input); //for this iteration of the step3808 3806 Input* vx_input=inputs->GetInput(VxEnum); _assert_(vx_input); 3809 3807 Input* vy_input=inputs->GetInput(VyEnum); _assert_(vy_input); … … 3824 3822 /*Conduction: */ 3825 3823 GetBConduct(&B_conduct[0][0],&xyz_list[0][0],gauss); 3826 GetInputListOnVertices(&enthalpy[0],Enthalpy Enum);3824 GetInputListOnVertices(&enthalpy[0],EnthalpyPicardEnum); 3827 3825 GetInputListOnVertices(&pressure[0],PressureEnum); 3828 3826 kappa=matpar->GetEnthalpyDiffusionParameterVolume(enthalpy,pressure); _assert_(kappa>0.); … … 4253 4251 Input* vy_input=inputs->GetInput(VyEnum); _assert_(vy_input); 4254 4252 Input* vz_input=inputs->GetInput(VzEnum); _assert_(vz_input); 4255 Input* pressure_input=inputs->GetInput(PressureEnum); _assert_(pressure_input);4256 4253 Input* enthalpy_input=NULL; 4257 Input* enthalpypicard_input=NULL;4258 4254 if(reCast<bool,IssmDouble>(dt)){ 4259 4255 enthalpy_input=inputs->GetInput(EnthalpyEnum); _assert_(enthalpy_input); … … 4261 4257 if (stabilization==2){ 4262 4258 diameter=MinEdgeLength(xyz_list); 4263 enthalpypicard_input=inputs->GetInput(EnthalpyPicardEnum); _assert_(enthalpypicard_input);4264 4259 } 4265 4260 … … 4410 4405 Input* vy_input=inputs->GetInput(VyEnum); _assert_(vy_input); 4411 4406 Input* vz_input=inputs->GetInput(VzEnum); _assert_(vz_input); 4412 Input* enthalpy_input=inputs->GetInput(Enthalpy Enum);_assert_(enthalpy_input);4407 Input* enthalpy_input=inputs->GetInput(EnthalpyPicardEnum); _assert_(enthalpy_input); 4413 4408 Input* pressure_input=inputs->GetInput(PressureEnum); _assert_(pressure_input); 4414 4409 Input* geothermalflux_input=inputs->GetInput(BasalforcingsGeothermalfluxEnum); _assert_(geothermalflux_input); 4415 Input* watercolumn_input=inputs->GetInput(WatercolumnEnum); _assert_(watercolumn_input);4410 Input* watercolumn_input=inputs->GetInput(WatercolumnEnum); _assert_(watercolumn_input); 4416 4411 4417 4412 /*Build friction element, needed later: */
Note:
See TracChangeset
for help on using the changeset viewer.