Ignore:
Timestamp:
09/17/13 12:44:19 (12 years ago)
Author:
Eric.Larour
Message:

CHG: switched damage representation from Z to D=(1-Z). Z is now 1/(1-D) instead of the original (1-D).
which was incorrectly (on purpose) named.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test274.m

    r16075 r16146  
    66md.materials.rheology_B=paterson(md.initialization.temperature);
    77md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
    8 md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
     8md.materials.rheology_D=0.5*ones(md.mesh.numberofvertices,1);
    99md=setflowequation(md,'SSA','all');
    1010
Note: See TracChangeset for help on using the changeset viewer.