Changeset 5098 for issm/trunk/test/NightlyRun/test513.m
- Timestamp:
- 08/09/10 14:58:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test513.m
r4991 r5098 6 6 md.cluster='none'; 7 7 md=solve(md,'analysis_type',Transient3DSolutionEnum); 8 9 %Fields and tolerances to track changes 10 %The thickness wants to be lower than 1 so we contrain it to 1 11 field_names ={'Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','MeltingRate1', ... 12 'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','MeltingRate2'}; 13 field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08}; 14 field_values={... 15 PatchToVec(md.results.Transient3DSolution(1).Vx),... 16 PatchToVec(md.results.Transient3DSolution(1).Vy),... 17 PatchToVec(md.results.Transient3DSolution(1).Vz),... 18 PatchToVec(md.results.Transient3DSolution(1).Vel),... 19 PatchToVec(md.results.Transient3DSolution(1).Pressure),... 20 PatchToVec(md.results.Transient3DSolution(1).Bed),... 21 PatchToVec(md.results.Transient3DSolution(1).Surface),... 22 PatchToVec(md.results.Transient3DSolution(1).Thickness),... 23 PatchToVec(md.results.Transient3DSolution(1).Temperature),... 24 PatchToVec(md.results.Transient3DSolution(1).MeltingRate),... 25 PatchToVec(md.results.Transient3DSolution(2).Vx),... 26 PatchToVec(md.results.Transient3DSolution(2).Vy),... 27 PatchToVec(md.results.Transient3DSolution(2).Vz),... 28 PatchToVec(md.results.Transient3DSolution(2).Vel),... 29 PatchToVec(md.results.Transient3DSolution(2).Pressure),... 30 PatchToVec(md.results.Transient3DSolution(2).Bed),... 31 PatchToVec(md.results.Transient3DSolution(2).Surface),... 32 PatchToVec(md.results.Transient3DSolution(2).Thickness),... 33 PatchToVec(md.results.Transient3DSolution(2).Temperature),... 34 PatchToVec(md.results.Transient3DSolution(2).MeltingRate),... 35 };
Note:
See TracChangeset
for help on using the changeset viewer.