Changeset 8433 for issm/trunk/test/NightlyRun/test507.m
- Timestamp:
- 05/26/11 07:13:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test507.m
r8295 r8433 4 4 md=setelementstype(md,'macayeal','all'); 5 5 md.cluster=none; 6 md=solve(md,Transient 2DSolutionEnum);6 md=solve(md,TransientSolutionEnum); 7 7 8 8 %Fields and tolerances to track changes … … 10 10 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13}; 11 11 field_values={... 12 PatchToVec(md.results.Transient 2DSolution(1).Vx),...13 PatchToVec(md.results.Transient 2DSolution(1).Vy),...14 PatchToVec(md.results.Transient 2DSolution(1).Vel),...15 PatchToVec(md.results.Transient 2DSolution(1).Pressure),...16 PatchToVec(md.results.Transient 2DSolution(1).Bed),...17 PatchToVec(md.results.Transient 2DSolution(1).Surface),...18 PatchToVec(md.results.Transient 2DSolution(1).Thickness),...19 PatchToVec(md.results.Transient 2DSolution(2).Vx),...20 PatchToVec(md.results.Transient 2DSolution(2).Vy),...21 PatchToVec(md.results.Transient 2DSolution(2).Vel),...22 PatchToVec(md.results.Transient 2DSolution(2).Pressure),...23 PatchToVec(md.results.Transient 2DSolution(2).Bed),...24 PatchToVec(md.results.Transient 2DSolution(2).Surface),...25 PatchToVec(md.results.Transient 2DSolution(2).Thickness),...12 PatchToVec(md.results.TransientSolution(1).Vx),... 13 PatchToVec(md.results.TransientSolution(1).Vy),... 14 PatchToVec(md.results.TransientSolution(1).Vel),... 15 PatchToVec(md.results.TransientSolution(1).Pressure),... 16 PatchToVec(md.results.TransientSolution(1).Bed),... 17 PatchToVec(md.results.TransientSolution(1).Surface),... 18 PatchToVec(md.results.TransientSolution(1).Thickness),... 19 PatchToVec(md.results.TransientSolution(2).Vx),... 20 PatchToVec(md.results.TransientSolution(2).Vy),... 21 PatchToVec(md.results.TransientSolution(2).Vel),... 22 PatchToVec(md.results.TransientSolution(2).Pressure),... 23 PatchToVec(md.results.TransientSolution(2).Bed),... 24 PatchToVec(md.results.TransientSolution(2).Surface),... 25 PatchToVec(md.results.TransientSolution(2).Thickness),... 26 26 };
Note:
See TracChangeset
for help on using the changeset viewer.