Ignore:
Timestamp:
08/28/13 08:05:45 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updated parameter files with new mask that only has levelsets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/Par/SquareSheetConstrained.par ΒΆ

    r15771 r15988  
    3030
    3131%Friction
    32 pos=find(md.mask.elementonfloatingice);
    3332md.friction.coefficient=20.*ones(md.mesh.numberofvertices,1);
    34 md.friction.coefficient(md.mesh.elements(pos,:))=0;
     33md.friction.coefficient(find(md.mask.groundedice_levelset<0.))=0.;
    3534md.friction.p=ones(md.mesh.numberofelements,1);
    3635md.friction.q=ones(md.mesh.numberofelements,1);
Note: See TracChangeset for help on using the changeset viewer.