Changeset 17477
- Timestamp:
- 03/19/14 05:42:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/boundaryconditions/SetMarineIceSheetBC.py ¶
r17475 r17477 2 2 import numpy 3 3 from ContourToMesh import * 4 from MatlabFuncs import * 4 5 5 6 def SetMarineIceSheetBC(md,icefrontfile=''): … … 52 53 53 54 #First find segments that are not completely on the front 54 if not strcmp(md.mesh.meshtype(),'3D') 55 if not strcmp(md.mesh.meshtype(),'3D'): 55 56 numbernodesfront=2 56 57 else:
Note:
See TracChangeset
for help on using the changeset viewer.