Changeset 17877


Ignore:
Timestamp:
04/29/14 11:38:43 (11 years ago)
Author:
cborstad
Message:

BUG: syntax

File:
1 edited

Legend:

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

    r17876 r17877  
    1515        #node on Dirichlet
    1616        pos=numpy.nonzero(md.mesh.vertexonboundary)
    17         md.stressbalance.spcvx=float('nan')*numpy.ones(md.mesh.numberofvertices))
    18         md.stressbalance.spcvy=float('nan')*numpy.ones(md.mesh.numberofvertices))
    19         md.stressbalance.spcvz=float('nan')*numpy.ones(md.mesh.numberofvertices))
     17        md.stressbalance.spcvx=float('nan')*numpy.ones(md.mesh.numberofvertices)
     18        md.stressbalance.spcvy=float('nan')*numpy.ones(md.mesh.numberofvertices)
     19        md.stressbalance.spcvz=float('nan')*numpy.ones(md.mesh.numberofvertices)
    2020        md.stressbalance.spcvx[pos]=0
    2121        md.stressbalance.spcvy[pos]=0
Note: See TracChangeset for help on using the changeset viewer.