Changeset 11188
- Timestamp:
- 01/24/12 08:27:21 (13 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1104.m
r11031 r11188 14 14 md=parameterize(md,'../Par/ISMIPB.par'); 15 15 md=extrude(md,10,1); 16 17 md=setflowequation(md,'stokes','all'); 16 md=setflowequation(md,'pattyn','all'); 18 17 19 18 %Create dirichlet on the bed only … … 36 35 37 36 %Compute the diagnostic 37 md.diagnostic.abstol=NaN; 38 38 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'); 39 45 md=solve(md,DiagnosticSolutionEnum); 40 46
Note:
See TracChangeset
for help on using the changeset viewer.