Changeset 14423
- Timestamp:
- 03/01/13 13:52:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r14384 r14423 1124 1124 IssmDouble gl[3]; 1125 1125 IssmDouble xyz_bis[3][3]; 1126 GaussTria *gauss = NULL;1127 1126 1128 1127 /*Recover parameters and values*/ … … 1207 1206 1208 1207 /*Compute fraction of grounded element*/ 1209 GetJacobianDeterminant(&area_init, xyz_list, gauss);1210 GetJacobianDeterminant(&area_grounded, &xyz_bis[0][0], gauss);1208 GetJacobianDeterminant(&area_init, xyz_list,NULL); 1209 GetJacobianDeterminant(&area_grounded, &xyz_bis[0][0],NULL); 1211 1210 if(mainlyfloating==true) area_grounded=area_init-area_grounded; 1212 1211 phi=area_grounded/area_init;
Note:
See TracChangeset
for help on using the changeset viewer.