Changeset 10289
- Timestamp:
- 10/25/11 10:06:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r10278 r10289 5336 5336 vxaverage_input->GetInputAverage(&vx); 5337 5337 vyaverage_input->GetInputAverage(&vy); 5338 K[0][0]=h/2.0*fabs(vx) /sqrt(2*sqrt(3)); // the second part should not be there5338 K[0][0]=h/2.0*fabs(vx); 5339 5339 K[0][1]=0.; 5340 5340 K[1][0]=0.; 5341 K[1][1]=h/2.0*fabs(vy) /sqrt(2*sqrt(3)); // the second part should not be there5341 K[1][1]=h/2.0*fabs(vy); 5342 5342 } 5343 5343 if(stabilization==1 || stabilization==2){
Note:
See TracChangeset
for help on using the changeset viewer.