Changeset 21612


Ignore:
Timestamp:
03/14/17 13:41:30 (8 years ago)
Author:
seroussi
Message:

BUG: fixed vector length in python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test408.py

    r21610 r21612  
    1919md.friction=frictioncoulomb()
    2020md.friction.coefficient=20*np.ones(md.mesh.numberofvertices)
    21 md.friction.p=1*np.ones(md.mesh.numberofvertices)
    22 md.friction.q=1*np.ones(md.mesh.numberofvertices)
     21md.friction.p=1*np.ones(md.mesh.numberofelements)
     22md.friction.q=1*np.ones(md.mesh.numberofelements)
    2323md.friction.coefficientcoulomb=0.02*np.ones(md.mesh.numberofvertices)
    2424md.transient.isthermal=False
Note: See TracChangeset for help on using the changeset viewer.