Ignore:
Timestamp:
05/26/11 07:13:45 (14 years ago)
Author:
Mathieu Morlighem
Message:

transient2d and 3d do not exist anymnore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test252.m

    r8295 r8433  
    66md.time_adapt=1;
    77md.ndt=10;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
Note: See TracChangeset for help on using the changeset viewer.