Changeset 20534
- Timestamp:
- 04/22/16 11:24:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m
r19527 r20534 40 40 pos=find(md.mesh.vertexonboundary & ~vertexonicefront); 41 41 if isempty(pos), 42 warning('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet found. Dirichlet must be added manually')42 disp('SetMarineIceSheetBC warning: ice front all around the glacier, no dirichlet applied') 43 43 end 44 44 md.stressbalance.spcvx=NaN*ones(md.mesh.numberofvertices,1);
Note:
See TracChangeset
for help on using the changeset viewer.