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

    r8392 r8433  
    55md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05,1e-05};
    1414field_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).BasalMeltingRate),...
    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).BasalMeltingRate),...
    35         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    36         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    39         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    40         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    41         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    42         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    43         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    44         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     15        PatchToVec(md.results.TransientSolution(1).Vx),...
     16        PatchToVec(md.results.TransientSolution(1).Vy),...
     17        PatchToVec(md.results.TransientSolution(1).Vz),...
     18        PatchToVec(md.results.TransientSolution(1).Vel),...
     19        PatchToVec(md.results.TransientSolution(1).Pressure),...
     20        PatchToVec(md.results.TransientSolution(1).Bed),...
     21        PatchToVec(md.results.TransientSolution(1).Surface),...
     22        PatchToVec(md.results.TransientSolution(1).Thickness),...
     23        PatchToVec(md.results.TransientSolution(1).Temperature),...
     24        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     25        PatchToVec(md.results.TransientSolution(2).Vx),...
     26        PatchToVec(md.results.TransientSolution(2).Vy),...
     27        PatchToVec(md.results.TransientSolution(2).Vz),...
     28        PatchToVec(md.results.TransientSolution(2).Vel),...
     29        PatchToVec(md.results.TransientSolution(2).Pressure),...
     30        PatchToVec(md.results.TransientSolution(2).Bed),...
     31        PatchToVec(md.results.TransientSolution(2).Surface),...
     32        PatchToVec(md.results.TransientSolution(2).Thickness),...
     33        PatchToVec(md.results.TransientSolution(2).Temperature),...
     34        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     35        PatchToVec(md.results.TransientSolution(3).Vx),...
     36        PatchToVec(md.results.TransientSolution(3).Vy),...
     37        PatchToVec(md.results.TransientSolution(3).Vz),...
     38        PatchToVec(md.results.TransientSolution(3).Vel),...
     39        PatchToVec(md.results.TransientSolution(3).Pressure),...
     40        PatchToVec(md.results.TransientSolution(3).Bed),...
     41        PatchToVec(md.results.TransientSolution(3).Surface),...
     42        PatchToVec(md.results.TransientSolution(3).Thickness),...
     43        PatchToVec(md.results.TransientSolution(3).Temperature),...
     44        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4545        };
Note: See TracChangeset for help on using the changeset viewer.