Changeset 13136


Ignore:
Timestamp:
08/22/12 15:45:01 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed damage tests

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

Legend:

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

    r13119 r13136  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     4md.materials=matdamageice();
     5md.materials.rheology_B=paterson(md.initialization.temperature);
     6md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
    47md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
    58md=setflowequation(md,'macayeal','all');
  • issm/trunk-jpl/test/NightlyRun/test272.m

    r13119 r13136  
    22md=setmask(md,'all','');
    33md=parameterize(md,'../Par/SquareShelf.par');
     4md.materials=matdamageice();
     5md.materials.rheology_B=paterson(md.initialization.temperature);
     6md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
    47md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
    58md=setflowequation(md,'macayeal','all');
  • issm/trunk-jpl/test/NightlyRun/test274.m

    r13119 r13136  
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelf.par');
     5md.materials=matdamageice();
     6md.materials.rheology_B=paterson(md.initialization.temperature);
     7md.materials.rheology_n=3*ones(md.mesh.numberofelements,1);
    58md.materials.rheology_Z=0.5*ones(md.mesh.numberofvertices,1);
    69md=setflowequation(md,'macayeal','all');
Note: See TracChangeset for help on using the changeset viewer.