Ignore:
Timestamp:
08/17/10 12:05:52 (15 years ago)
Author:
Mathieu Morlighem
Message:

WARNING: we now use the following law: sigma' = 2 mu eps

File:
1 edited

Legend:

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

    r5311 r5314  
    35243524                        onto this scalar matrix, so that we win some computational time: */
    35253525                newviscosity=viscosity+viscosity_overshoot*(viscosity-oldviscosity);
    3526                 D_scalar=newviscosity*thickness*gauss_weight*Jdet;
     3526                D_scalar=2*newviscosity*thickness*gauss_weight*Jdet;
    35273527
    35283528                for (i=0;i<3;i++){
Note: See TracChangeset for help on using the changeset viewer.