Changeset 4392
- Timestamp:
- 07/01/10 11:35:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r4386 r4392 1197 1197 void Tria::GradjDrag(Vec gradient){ 1198 1198 1199 1200 1199 int i; 1201 1200 … … 1293 1292 1294 1293 /*Build alpha_complement_list: */ 1295 if (drag_type==2) friction->GetAlphaComplement(&alpha_complement, gauss_l1l2l3,Vx AverageEnum,VyAverageEnum);1294 if (drag_type==2) friction->GetAlphaComplement(&alpha_complement, gauss_l1l2l3,VxEnum,VyEnum); 1296 1295 else alpha_complement=0; 1297 1296 … … 5314 5313 5315 5314 /*Recover alpha_complement and drag: */ 5316 if (drag_type==2) friction->GetAlphaComplement(&alpha_complement, gauss_l1l2l3,Vx AverageEnum,VyAverageEnum);5315 if (drag_type==2) friction->GetAlphaComplement(&alpha_complement, gauss_l1l2l3,VxEnum,VyEnum); 5317 5316 else alpha_complement=0; 5318 5317 inputs->GetParameterValue(&drag, &gauss_l1l2l3[0],DragCoefficientEnum);
Note:
See TracChangeset
for help on using the changeset viewer.