Changeset 40
- Timestamp:
- 04/24/09 14:04:19 (17 years ago)
- Location:
- issm/trunk/src/m/utils/BC
- Files:
-
- 2 edited
-
SetIceShelfBC.m (modified) (1 diff)
-
SetMarineIceSheetBC.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r33 r40 18 18 error(['SetIceShelfBC error message: ice front file ' icefrontfile ' not found']); 19 19 end 20 gridinsideicefront= ArgusContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2);20 gridinsideicefront=ContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2); 21 21 gridonicefront=double(md.gridonboundary & gridinsideicefront); 22 22 pos=find(md.gridonboundary & ~gridonicefront); -
issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
r33 r40 18 18 error(['SetMarineIceSheetBC error message: ice front file ' icefrontfile ' not found']); 19 19 end 20 gridinsideicefront= ArgusContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2);20 gridinsideicefront=ContourToMesh(md.elements,md.x,md.y,expread(icefrontfile,1),'node',2); 21 21 gridonicefront=double(md.gridonboundary & gridinsideicefront); 22 22 pos=find(md.gridonboundary & ~gridonicefront);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)