Changeset 14804
- Timestamp:
- 04/30/13 08:54:45 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r14801 r14804 6348 6348 /*Get the flag to the limitation method*/ 6349 6349 this->parameters->FindParam(&hmax_flag,HydrologydcSedimentlimitFlagEnum); 6350 6351 if(this->id==1) printf("flag = %i\n",hmax_flag); 6352 6350 6353 6351 /*Switch between the different cases*/ 6354 6352 switch(hmax_flag){ -
issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp
r14801 r14804 708 708 element->GetInputValue(&h,node,SedimentHeadEnum); 709 709 element->GetHydrologyDCInefficientHmax(&h_max,node); 710 /*printf("hmax %g \n",h_max);*/711 710 712 711 if (h>h_max) … … 754 753 ElementVector* pe=new ElementVector(&node,1,this->parameters); 755 754 756 /*Get h_max*/ 757 h_max = 10000.; 758 755 /*Get h_max and compute penalty*/ 756 element->GetHydrologyDCInefficientHmax(&h_max,node); 759 757 pe->values[0]=kmax*pow(10.,penalty_factor)*h_max; 760 758
Note:
See TracChangeset
for help on using the changeset viewer.