Changeset 16161


Ignore:
Timestamp:
09/17/13 18:29:46 (12 years ago)
Author:
cborstad
Message:

BUG: forgot to set flag for damage

Location:
issm/trunk-jpl/test/NightlyRun
Files:
3 edited

Legend:

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

    r16148 r16161  
    55md.materials.rheology_B=paterson(md.initialization.temperature);
    66md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
    7 md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1);
     7md.damage.isdamage=1;
     8md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
    89md=setflowequation(md,'SSA','all');
    910md.cluster=generic('name',oshostname(),'np',3);
  • issm/trunk-jpl/test/NightlyRun/test272.m

    r16148 r16161  
    55md.materials.rheology_B=paterson(md.initialization.temperature);
    66md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
    7 md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1);
     7md.damage.isdamage=1;
     8md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
    89md=setflowequation(md,'SSA','all');
    910md.verbose=verbose('control',true);
  • issm/trunk-jpl/test/NightlyRun/test274.m

    r16148 r16161  
    66md.materials.rheology_B=paterson(md.initialization.temperature);
    77md.materials.rheology_n=3.*ones(md.mesh.numberofelements,1);
    8 md.materials.damage_D=0.5*ones(md.mesh.numberofvertices,1);
     8md.damage.isdamage=1;
     9md.damage.D=0.5*ones(md.mesh.numberofvertices,1);
    910md=setflowequation(md,'SSA','all');
    1011
Note: See TracChangeset for help on using the changeset viewer.