Changeset 21175


Ignore:
Timestamp:
08/31/16 13:11:19 (9 years ago)
Author:
ayfeng
Message:

Add tests 110,116,12[0-6], 21[0-9], 22[0-2]

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  
    77setflowequation(md,'SSA','all');
    88//md.cluster=generic('name',oshostname(),'np',3);
    9 md=solve(md,'Stressbalance');
     9md=solve(md,'Stressbalance', 'checkconsistency', 'no');
    1010
    1111//Fields and tolerances to track changes
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test103.js

    r21149 r21175  
    88//md.cluster=generic('name',oshostname(),'np',3);
    99md.stressbalance.requested_outputs=['default','StressTensorxx','StressTensoryy','StressTensorzz','StressTensorxy','StressTensorxz','StressTensoryz'];
    10 md=solve(md,'Stressbalance');
     10md=solve(md,'Stressbalance', 'checkconsistency', 'no');
    1111
    1212//Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.