Changeset 21612
- Timestamp:
- 03/14/17 13:41:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test408.py
r21610 r21612 19 19 md.friction=frictioncoulomb() 20 20 md.friction.coefficient=20*np.ones(md.mesh.numberofvertices) 21 md.friction.p=1*np.ones(md.mesh.numberof vertices)22 md.friction.q=1*np.ones(md.mesh.numberof vertices)21 md.friction.p=1*np.ones(md.mesh.numberofelements) 22 md.friction.q=1*np.ones(md.mesh.numberofelements) 23 23 md.friction.coefficientcoulomb=0.02*np.ones(md.mesh.numberofvertices) 24 24 md.transient.isthermal=False
Note:
See TracChangeset
for help on using the changeset viewer.