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

    r8392 r8433  
    2323
    2424%Now we can solve the problem
    25 md=solve(md,Transient3DSolutionEnum);
     25md=solve(md,TransientSolutionEnum);
    2626
    2727%Fields and tolerances to track changes
     
    2929field_tolerances={1e-08,1e-08,1e-07,1e-08,1e-08,1e-08,1e-08,1e-08,1e-07,1e-07};
    3030field_values={...
    31         PatchToVec(md.results.Transient3DSolution(end).Vx),...
    32         PatchToVec(md.results.Transient3DSolution(end).Vy),...
    33         PatchToVec(md.results.Transient3DSolution(end).Vz),...
    34         PatchToVec(md.results.Transient3DSolution(end).Vel),...
    35         PatchToVec(md.results.Transient3DSolution(end).Pressure),...
    36         PatchToVec(md.results.Transient3DSolution(end).Thickness),...
    37         PatchToVec(md.results.Transient3DSolution(end).Bed),...
    38         PatchToVec(md.results.Transient3DSolution(end).Surface),...
    39         PatchToVec(md.results.Transient3DSolution(end).Temperature),...
    40         PatchToVec(md.results.Transient3DSolution(end).BasalMeltingRate),...
     31        PatchToVec(md.results.TransientSolution(end).Vx),...
     32        PatchToVec(md.results.TransientSolution(end).Vy),...
     33        PatchToVec(md.results.TransientSolution(end).Vz),...
     34        PatchToVec(md.results.TransientSolution(end).Vel),...
     35        PatchToVec(md.results.TransientSolution(end).Pressure),...
     36        PatchToVec(md.results.TransientSolution(end).Thickness),...
     37        PatchToVec(md.results.TransientSolution(end).Bed),...
     38        PatchToVec(md.results.TransientSolution(end).Surface),...
     39        PatchToVec(md.results.TransientSolution(end).Temperature),...
     40        PatchToVec(md.results.TransientSolution(end).BasalMeltingRate),...
    4141        };
Note: See TracChangeset for help on using the changeset viewer.