Changeset 13465


Ignore:
Timestamp:
09/27/12 10:46:27 (12 years ago)
Author:
mikep
Message:

minor cleanup

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/boundaryconditions/SetIceShelfBC.py

    r13462 r13465  
    2525                if not os.path.exists(icefrontfile):
    2626                        raise IOError("SetIceShelfBC error message: ice front file '%s' not found." % icefrontfile)
     27                #nodeonicefront= numpy.logical_and( md.mesh.vertexonboundary, nodeinsideicefront.astype(float)) )
    2728                nodeinsideicefront=ContourToMesh(md.mesh.elements,md.mesh.x.reshape(-1,1),md.mesh.y.reshape(-1,1),icefrontfile,'node',2)
    2829                nodeonicefront= numpy.bitwise_and( map(int,md.mesh.vertexonboundary), map(int,nodeinsideicefront[0].ravel()) )
  • issm/trunk-jpl/test/Par/SquareShelf.py

    r13455 r13465  
    8181#Boundary conditions:
    8282# #md=SetIceShelfBC(md)
    83 print '...calling seticeshelfbc:'
    8483md=SetIceShelfBC(md,'../Exp/SquareFront.exp')
    85 print '...called seticeshelfbc:'
    8684
    8785#Change name so that no test have the same name
Note: See TracChangeset for help on using the changeset viewer.