Changeset 27424
- Timestamp:
- 11/24/22 13:07:11 (2 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/debris.py
r27417 r27424 99 99 md = checkfield(md, 'fieldname', 'debris.requested_outputs', 'stringrow', 1) 100 100 101 if not np.any(np.isnan(md.stressbalance.vertex_pairing)) :101 if not np.any(np.isnan(md.stressbalance.vertex_pairing)) and len(md.stressbalance.vertex_pairing) > 0: 102 102 md = checkfield(md, 'fieldname', 'stressbalance.vertex_pairing', '>', 0) 103 103 return md -
issm/trunk-jpl/src/m/classes/masstransport.py
r25869 r27424 49 49 50 50 #}}} 51 51 52 def setdefaultparameters(self): # {{{ 52 53 # Type of stabilization to use 0:nothing 1:artificial_diffusivity 3:Discontinuous Galerkin
Note:
See TracChangeset
for help on using the changeset viewer.