source:
issm/oecreview/Archive/20496-20544/ISSM-20533-20534.diff
Last change on this file was 20545, checked in by , 9 years ago | |
---|---|
File size: 747 bytes |
-
../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m
39 39 end 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); 45 45 md.stressbalance.spcvy=NaN*ones(md.mesh.numberofvertices,1);
Note:
See TracBrowser
for help on using the repository browser.