Ignore:
Timestamp:
11/29/11 19:29:01 (13 years ago)
Author:
Eric.Larour
Message:

merged trunk-jpl and trunk for revision 10980

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/test/NightlyRun/test415.m

    r9703 r10981  
    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,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1111field_values={...
    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),...
    26         PatchToVec(md.results.TransientSolution(3).Vx),...
    27         PatchToVec(md.results.TransientSolution(3).Vy),...
    28         PatchToVec(md.results.TransientSolution(3).Vel),...
    29         PatchToVec(md.results.TransientSolution(3).Pressure),...
    30         PatchToVec(md.results.TransientSolution(3).Bed),...
    31         PatchToVec(md.results.TransientSolution(3).Surface),...
    32         PatchToVec(md.results.TransientSolution(3).Thickness),...
     12        (md.results.TransientSolution(1).Vx),...
     13        (md.results.TransientSolution(1).Vy),...
     14        (md.results.TransientSolution(1).Vel),...
     15        (md.results.TransientSolution(1).Pressure),...
     16        (md.results.TransientSolution(1).Bed),...
     17        (md.results.TransientSolution(1).Surface),...
     18        (md.results.TransientSolution(1).Thickness),...
     19        (md.results.TransientSolution(2).Vx),...
     20        (md.results.TransientSolution(2).Vy),...
     21        (md.results.TransientSolution(2).Vel),...
     22        (md.results.TransientSolution(2).Pressure),...
     23        (md.results.TransientSolution(2).Bed),...
     24        (md.results.TransientSolution(2).Surface),...
     25        (md.results.TransientSolution(2).Thickness),...
     26        (md.results.TransientSolution(3).Vx),...
     27        (md.results.TransientSolution(3).Vy),...
     28        (md.results.TransientSolution(3).Vel),...
     29        (md.results.TransientSolution(3).Pressure),...
     30        (md.results.TransientSolution(3).Bed),...
     31        (md.results.TransientSolution(3).Surface),...
     32        (md.results.TransientSolution(3).Thickness),...
    3333        };
Note: See TracChangeset for help on using the changeset viewer.