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/test507.m

    r8295 r8433  
    44md=setelementstype(md,'macayeal','all');
    55md.cluster=none;
    6 md=solve(md,Transient2DSolutionEnum);
     6md=solve(md,TransientSolutionEnum);
    77
    88%Fields and tolerances to track changes
     
    1010field_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};
    1111field_values={...
    12         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    13         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    14         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    15         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    16         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    17         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    18         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    19         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    20         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    22         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    23         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    24         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    25         PatchToVec(md.results.Transient2DSolution(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),...
    2626        };
Note: See TracChangeset for help on using the changeset viewer.