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

    r8392 r8433  
    66md=SetParallel(md,3);
    77md.hydrostatic_adjustment=IncrementalEnum;
    8 md=solve(md,Transient3DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1717        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1818field_values={...
    19         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    21         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    22         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    23         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    24         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    25         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    26         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    27         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    28         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    31         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    32         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    33         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    34         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    35         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    36         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    37         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    38         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    41         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    42         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    43         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    44         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    45         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    46         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    47         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    48         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     19        PatchToVec(md.results.TransientSolution(1).Vx),...
     20        PatchToVec(md.results.TransientSolution(1).Vy),...
     21        PatchToVec(md.results.TransientSolution(1).Vz),...
     22        PatchToVec(md.results.TransientSolution(1).Vel),...
     23        PatchToVec(md.results.TransientSolution(1).Pressure),...
     24        PatchToVec(md.results.TransientSolution(1).Bed),...
     25        PatchToVec(md.results.TransientSolution(1).Surface),...
     26        PatchToVec(md.results.TransientSolution(1).Thickness),...
     27        PatchToVec(md.results.TransientSolution(1).Temperature),...
     28        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     29        PatchToVec(md.results.TransientSolution(2).Vx),...
     30        PatchToVec(md.results.TransientSolution(2).Vy),...
     31        PatchToVec(md.results.TransientSolution(2).Vz),...
     32        PatchToVec(md.results.TransientSolution(2).Vel),...
     33        PatchToVec(md.results.TransientSolution(2).Pressure),...
     34        PatchToVec(md.results.TransientSolution(2).Bed),...
     35        PatchToVec(md.results.TransientSolution(2).Surface),...
     36        PatchToVec(md.results.TransientSolution(2).Thickness),...
     37        PatchToVec(md.results.TransientSolution(2).Temperature),...
     38        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     39        PatchToVec(md.results.TransientSolution(3).Vx),...
     40        PatchToVec(md.results.TransientSolution(3).Vy),...
     41        PatchToVec(md.results.TransientSolution(3).Vz),...
     42        PatchToVec(md.results.TransientSolution(3).Vel),...
     43        PatchToVec(md.results.TransientSolution(3).Pressure),...
     44        PatchToVec(md.results.TransientSolution(3).Bed),...
     45        PatchToVec(md.results.TransientSolution(3).Surface),...
     46        PatchToVec(md.results.TransientSolution(3).Thickness),...
     47        PatchToVec(md.results.TransientSolution(3).Temperature),...
     48        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4949        };
Note: See TracChangeset for help on using the changeset viewer.