Changeset 9227


Ignore:
Timestamp:
08/09/11 15:05:16 (14 years ago)
Author:
seroussi
Message:

fixed problem thermal supg

File:
1 edited

Legend:

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

    r9218 r9227  
    22502250                        for(i=0;i<numdof;i++){
    22512251                                for(j=0;j<numdof;j++){
    2252                                         Ke->values[i*numdof+j]=tau_parameter*D_scalar_advec*
     2252                                        Ke->values[i*numdof+j]+=tau_parameter*D_scalar_advec*
    22532253                                          ((u-um)*dbasis[0][i]+(v-vm)*dbasis[1][i]+(w-wm)*dbasis[2][i])*((u-um)*dbasis[0][j]+(v-vm)*dbasis[1][j]+(w-wm)*dbasis[2][j]);
    22542254                                }
Note: See TracChangeset for help on using the changeset viewer.