Changeset 40


Ignore:
Timestamp:
04/24/09 14:04:19 (16 years ago)
Author:
Mathieu Morlighem
Message:

no more ArgusContourToMesh

Location:
issm/trunk/src/m/utils/BC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/BC/SetIceShelfBC.m

    r33 r40  
    1818        error(['SetIceShelfBC error message: ice front file ' icefrontfile ' not found']);
    1919end
    20 gridinsideicefront=ArgusContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2);
     20gridinsideicefront=ContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2);
    2121gridonicefront=double(md.gridonboundary & gridinsideicefront);
    2222pos=find(md.gridonboundary & ~gridonicefront);
  • issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m

    r33 r40  
    1818        error(['SetMarineIceSheetBC error message: ice front file ' icefrontfile ' not found']);
    1919end
    20 gridinsideicefront=ArgusContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2);
     20gridinsideicefront=ContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2);
    2121gridonicefront=double(md.gridonboundary & gridinsideicefront);
    2222pos=find(md.gridonboundary & ~gridonicefront);
Note: See TracChangeset for help on using the changeset viewer.