Changeset 7071


Ignore:
Timestamp:
01/13/11 16:03:59 (14 years ago)
Author:
seroussi
Message:

added test ice sheet macayeal/stokes

Location:
issm/trunk/test/NightlyRun
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/runme.m

    r7003 r7071  
    8989%GET exculde {{{1
    9090exclude_ids=getfieldvalue(options,'exclude',[]);
    91 exclude_ids=[exclude_ids 443 444];
     91exclude_ids=[exclude_ids];
    9292pos=find(ismember(test_ids,exclude_ids));
    9393test_ids(pos)=[];
  • issm/trunk/test/NightlyRun/test443.m

    r6731 r7071  
    55md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal','coupling','tiling');
    66md.cluster=none;
     7md.eps_rel=0.4;
    78md=solve(md,'analysis_type',DiagnosticSolutionEnum);
    89
  • issm/trunk/test/NightlyRun/test444.m

    r6731 r7071  
    44md=extrude(md,5,1);
    55md=setelementstype(md,'stokes','../Exp/SquareHalfRight.exp','fill','macayeal');
    6 md=SetParallel(md,7);
     6md=SetParallel(md,3);
     7md.eps_rel=0.4;
    78md=solve(md,'analysis_type',DiagnosticSolutionEnum);
    89
Note: See TracChangeset for help on using the changeset viewer.