Changeset 4964


Ignore:
Timestamp:
08/04/10 10:11:43 (15 years ago)
Author:
seroussi
Message:

tests balanced thickness with DG

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

Legend:

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

    r4963 r4964  
    33md=geography(md,'all','');
    44md=parameterize(md,'../Par/SquareShelfConstrained.par');
    5 %Add boundary conditions on thickness on the border
    6 pos=find(md.gridonboundary);
    7 md.spcthickness(pos,1)=1;
    8 md.spcthickness(pos,2)=md.thickness(pos);
    95md.prognostic_DG=1;
     6md.vy=md.vy+400;
    107md=setelementstype(md,'macayeal','all');
    118md.cluster='none';
  • issm/trunk/test/NightlyRun/test136.m

    r4963 r4964  
    33md=geography(md,'all','');
    44md=parameterize(md,'../Par/SquareShelfConstrained.par');
    5 %Add boundary conditions on thickness on the border
    6 pos=find(md.gridonboundary);
    7 md.spcthickness(pos,1)=1;
    8 md.spcthickness(pos,2)=md.thickness(pos);
    95md.prognostic_DG=1;
     6md.vy=md.vy+400;
    107md=setelementstype(md,'macayeal','all');
    11 md.cluster=oshostname;
     8md.cluster=oshostname();
    129md=solve(md,'analysis_type',BalancedthicknessSolutionEnum);
Note: See TracChangeset for help on using the changeset viewer.