Changeset 9228


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

minor same supg problem in enthalpy matrix

File:
1 edited

Legend:

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

    r9227 r9228  
    19821982                        for(i=0;i<numdof;i++){
    19831983                                for(j=0;j<numdof;j++){
    1984                                         Ke->values[i*numdof+j]=tau_parameter*D_scalar_advec*
     1984                                        Ke->values[i*numdof+j]+=tau_parameter*D_scalar_advec*
    19851985                                          ((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]);
    19861986                                }
Note: See TracChangeset for help on using the changeset viewer.