Changeset 7071
- Timestamp:
- 01/13/11 16:03:59 (14 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/runme.m
r7003 r7071 89 89 %GET exculde {{{1 90 90 exclude_ids=getfieldvalue(options,'exclude',[]); 91 exclude_ids=[exclude_ids 443 444];91 exclude_ids=[exclude_ids]; 92 92 pos=find(ismember(test_ids,exclude_ids)); 93 93 test_ids(pos)=[]; -
issm/trunk/test/NightlyRun/test443.m
r6731 r7071 5 5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','tiling'); 6 6 md.cluster=none; 7 md.eps_rel=0.4; 7 8 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 8 9 -
issm/trunk/test/NightlyRun/test444.m
r6731 r7071 4 4 md=extrude(md,5,1); 5 5 md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal'); 6 md=SetParallel(md,7); 6 md=SetParallel(md,3); 7 md.eps_rel=0.4; 7 8 md=solve(md,'analysis_type',DiagnosticSolutionEnum); 8 9
Note:
See TracChangeset
for help on using the changeset viewer.