Changeset 5314 for issm/trunk/src/c/objects/Elements/Tria.cpp
- Timestamp:
- 08/17/10 12:05:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r5311 r5314 3524 3524 onto this scalar matrix, so that we win some computational time: */ 3525 3525 newviscosity=viscosity+viscosity_overshoot*(viscosity-oldviscosity); 3526 D_scalar= newviscosity*thickness*gauss_weight*Jdet;3526 D_scalar=2*newviscosity*thickness*gauss_weight*Jdet; 3527 3527 3528 3528 for (i=0;i<3;i++){
Note:
See TracChangeset
for help on using the changeset viewer.