Changeset 21175
- Timestamp:
- 08/31/16 13:11:19 (9 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 22 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test102.js ¶
r21149 r21175 7 7 setflowequation(md,'SSA','all'); 8 8 //md.cluster=generic('name',oshostname(),'np',3); 9 md=solve(md,'Stressbalance' );9 md=solve(md,'Stressbalance', 'checkconsistency', 'no'); 10 10 11 11 //Fields and tolerances to track changes -
TabularUnified issm/trunk-jpl/test/NightlyRun/test103.js ¶
r21149 r21175 8 8 //md.cluster=generic('name',oshostname(),'np',3); 9 9 md.stressbalance.requested_outputs=['default','StressTensorxx','StressTensoryy','StressTensorzz','StressTensorxy','StressTensorxz','StressTensoryz']; 10 md=solve(md,'Stressbalance' );10 md=solve(md,'Stressbalance', 'checkconsistency', 'no'); 11 11 12 12 //Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.