Changeset 11188


Ignore:
Timestamp:
01/24/12 08:27:21 (13 years ago)
Author:
seroussi
Message:

fixed validation test 1104

Location:
issm/trunk-jpl/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test1104.m

    r11031 r11188  
    1414        md=parameterize(md,'../Par/ISMIPB.par');
    1515        md=extrude(md,10,1);
    16 
    17         md=setflowequation(md,'stokes','all');
     16        md=setflowequation(md,'pattyn','all');
    1817
    1918        %Create dirichlet on the bed only
     
    3635
    3736        %Compute the diagnostic
     37        md.diagnostic.abstol=NaN;
    3838        md.cluster=generic('name',oshostname(),'np',8);
     39        md=solve(md,DiagnosticSolutionEnum);
     40        pos=find(md.mesh.x==0 | md.mesh.y==0 | md.mesh.x==max(md.mesh.x) | md.mesh.y==max(md.mesh.y));
     41        md.diagnostic.spcvx(pos)=md.results.DiagnosticSolution.Vx(pos);
     42        md.diagnostic.spcvy(pos)=md.results.DiagnosticSolution.Vy(pos);
     43        md.diagnostic.vertex_pairing=[];
     44        md=setflowequation(md,'stokes','all');
    3945        md=solve(md,DiagnosticSolutionEnum);
    4046
Note: See TracChangeset for help on using the changeset viewer.