Changeset 10981 for issm/trunk/test/NightlyRun/test1102.m
- Timestamp:
- 11/29/11 19:29:01 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 10962,10965,10969-10976,10980
- Property svn:mergeinfo changed
-
issm/trunk/test/NightlyRun/test1102.m
r9877 r10981 52 52 53 53 %Plot the results and save them 54 vx= PatchToVec(md.results.DiagnosticSolution.Vx);55 vy= PatchToVec(md.results.DiagnosticSolution.Vy);56 vz= PatchToVec(md.results.DiagnosticSolution.Vz);57 pressure= PatchToVec(md.results.DiagnosticSolution.Pressure);54 vx=(md.results.DiagnosticSolution.Vx); 55 vy=(md.results.DiagnosticSolution.Vy); 56 vz=(md.results.DiagnosticSolution.Vz); 57 pressure=(md.results.DiagnosticSolution.Pressure); 58 58 results{i}=md.results.DiagnosticSolution; 59 59 minvx(i)=min(vx(end-md.mesh.numberofvertices2d+1:end)); … … 140 140 result=results{i}; 141 141 field_values={field_values{:},... 142 PatchToVec(result.Vx),...143 PatchToVec(result.Vy),...144 PatchToVec(result.Vz),...142 (result.Vx),... 143 (result.Vy),... 144 (result.Vz),... 145 145 }; 146 146 end
Note:
See TracChangeset
for help on using the changeset viewer.