source:
issm/oecreview/Archive/16554-17801/ISSM-17474-17475.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.m
51 51 md.mask.ice_levelset(find(vertexonicefront))=0; 52 52 53 53 %First find segments that are not completely on the front 54 if (md.mesh.dimension==2),54 if ~strcmp(md.mesh.meshtype(),'3D'), 55 55 numbernodesfront=2; 56 56 else 57 57 numbernodesfront=4; -
../trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.py
51 51 md.mask.ice_levelset[pos]=0 52 52 53 53 #First find segments that are not completely on the front 54 if md.mesh.dimension==2:54 if not strcmp(md.mesh.meshtype(),'3D') 55 55 numbernodesfront=2 56 56 else: 57 57 numbernodesfront=4
Note:
See TracBrowser
for help on using the repository browser.