Changeset 16012


Ignore:
Timestamp:
08/29/13 10:19:17 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed right hand side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r16010 r16012  
    75287528                for(int i=0;i<numnodes;i++){
    75297529                        pe->values[i]+=Jdettria*gauss->weight*(ms_g-mb_g-dhdt_g)*(
    7530                                                 basis[i] + gamma*(basis[i]*(dhnx[0]+dhny[0])+hnx*dbasis[0] + hny*dbasis[1]));
     7530                                                basis[i] + gamma*(basis[i]*(dhnx[0]+dhny[1])+hnx*dbasis[0] + hny*dbasis[1])
     7531                                                );
    75317532                }
    75327533        }
Note: See TracChangeset for help on using the changeset viewer.