Changeset 10289


Ignore:
Timestamp:
10/25/11 10:06:07 (13 years ago)
Author:
Mathieu Morlighem
Message:

Use real MacAyeal's artdiff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r10278 r10289  
    53365336                        vxaverage_input->GetInputAverage(&vx);
    53375337                        vyaverage_input->GetInputAverage(&vy);
    5338                         K[0][0]=h/2.0*fabs(vx) /sqrt(2*sqrt(3)); // the second part should not be there
     5338                        K[0][0]=h/2.0*fabs(vx);
    53395339                        K[0][1]=0.;
    53405340                        K[1][0]=0.;
    5341                         K[1][1]=h/2.0*fabs(vy) /sqrt(2*sqrt(3)); // the second part should not be there
     5341                        K[1][1]=h/2.0*fabs(vy);
    53425342                }
    53435343                if(stabilization==1 || stabilization==2){
Note: See TracChangeset for help on using the changeset viewer.