Changeset 15444
- Timestamp:
- 07/05/13 14:23:17 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r15443 r15444 6142 6142 } 6143 6143 /*EPL head lower than sediment head, transfer from the sediment to the epl*/ 6144 else if(epl_head[i]< sed_head[i]){6144 else if(epl_head[i]<=sed_head[i]){ 6145 6145 wh_trans=sedstoring[i]*sed_trans*(epl_head[i]-sed_head[i])/(leakage*sed_thick); 6146 6146 } -
issm/trunk-jpl/src/c/classes/FemModel.cpp
r15439 r15444 366 366 } 367 367 /*}}}*/ 368 369 368 /*Modules:*/ 370 369 void FemModel::AllocateSystemMatrices(Matrix<IssmDouble>** pKff,Matrix<IssmDouble>** pKfs,Vector<IssmDouble>** pdf,Vector<IssmDouble>** ppf){ /*{{{*/ … … 1675 1674 /*Update Inputs*/ 1676 1675 InputUpdateFromVectorx(elements,nodes,vertices,loads,materials,parameters,transferg,WaterTransferEnum,NodesEnum); 1677 1678 1676 delete transferg; 1679 1677 }
Note:
See TracChangeset
for help on using the changeset viewer.