Changeset 9734 for issm/trunk/src/m/utils/BC/SetIceShelfBC.m
- Timestamp:
- 09/09/11 15:10:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r9733 r9734 19 19 icefrontfile=varargin{1}; 20 20 if ~exist(icefrontfile), error(['SetIceShelfBC error message: ice front file ' icefrontfile ' not found']); end 21 nodeinsideicefront=ContourToMesh(md.mesh.elements,md. x,md.y,icefrontfile,'node',2);21 nodeinsideicefront=ContourToMesh(md.mesh.elements,md.mesh.x,md.mesh.y,icefrontfile,'node',2); 22 22 nodeonicefront=double(md.mesh.vertexonboundary & nodeinsideicefront); 23 23 elseif nargin==1,
Note:
See TracChangeset
for help on using the changeset viewer.