Changeset 16012
- Timestamp:
- 08/29/13 10:19:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r16010 r16012 7528 7528 for(int i=0;i<numnodes;i++){ 7529 7529 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 ); 7531 7532 } 7532 7533 }
Note:
See TracChangeset
for help on using the changeset viewer.