Changeset 4463


Ignore:
Timestamp:
07/08/10 11:35:24 (15 years ago)
Author:
seroussi
Message:

friction must be 3d in Stokes

File:
1 edited

Legend:

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

    r4462 r4463  
    30973097
    30983098                /*build friction object, used later on: */
    3099                 friction=new Friction("2d",inputs,matpar,analysis_type);
     3099                friction=new Friction("3d",inputs,matpar,analysis_type);
    31003100
    31013101                for(i=0;i<numgrids2d;i++){
Note: See TracChangeset for help on using the changeset viewer.