Changeset 17877
- Timestamp:
- 04/29/14 11:38:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/boundaryconditions/SetIceSheetBC.py
r17876 r17877 15 15 #node on Dirichlet 16 16 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) 20 20 md.stressbalance.spcvx[pos]=0 21 21 md.stressbalance.spcvy[pos]=0
Note:
See TracChangeset
for help on using the changeset viewer.