Changeset 8433


Ignore:
Timestamp:
05/26/11 07:13:45 (14 years ago)
Author:
Mathieu Morlighem
Message:

transient2d and 3d do not exist anymnore

Location:
issm/trunk/test/NightlyRun
Files:
51 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test1110.m

    r8384 r8433  
    5353        md=SetParallel(md,8);
    5454        md.verbose=verbose('convergence',true,'solution',true);
    55         md=solve(md,Transient3DSolutionEnum);
     55        md=solve(md,TransientSolutionEnum);
    5656
    5757        %save the results
    58         results{i}=md.results.Transient3DSolution(end);
     58        results{i}=md.results.TransientSolution(end);
    5959       
    6060        %Now plot vx and delta surface
    6161        if (i==1 | i==3),
    62                 plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Vx),'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[91 100])
     62                plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vx),'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[91 100])
    6363        elseif (i==2 | i==4),
    64                 plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Vx),'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[185 200])
     64                plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vx),'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Velocity (m/yr)','linewidth',3,'grid','on','unit','km','ylim',[185 200])
    6565        end
    6666        if printingflag,
     
    8181        end
    8282
    83         plotmodel(md,'data',PatchToVec(md.results.Transient3DSolution(end).Surface)-md.surface,'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Surface (m)','linewidth',3,'grid','on','unit','km','ylim',[-30 50])
     83        plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Surface)-md.surface,'layer',md.numlayers,'sectionvalue','../Exp/ISMIP100000.exp','title','','xlabel','','ylabel','Surface (m)','linewidth',3,'grid','on','unit','km','ylim',[-30 50])
    8484        if printingflag,
    8585                set(gcf,'Color','w')
  • issm/trunk/test/NightlyRun/test119.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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test120.m

    r8295 r8433  
    44md=setelementstype(md,'macayeal','all');
    55md=SetParallel(md,3);
    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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test1204.m

    r8295 r8433  
    2323md.ndt=5000;
    2424md.artificial_diffusivity=1;
    25 md=solve(md,Transient2DSolutionEnum);
     25md=solve(md,TransientSolutionEnum);
    2626
    27 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vx))
     27plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vx))
    2828if printingflag,
    2929        set(gcf,'Color','w')
     
    3232end
    3333
    34 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy))
     34plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Vy))
    3535if printingflag,
    3636        set(gcf,'Color','w')
     
    3939end
    4040
    41 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness))
     41plotmodel(md,'data',PatchToVec(md.results.TransientSolution(end).Thickness))
    4242if printingflag,
    4343        set(gcf,'Color','w')
     
    5050field_tolerances={1e-13,1e-13,1e-13};
    5151field_values={...
    52         PatchToVec(md.results.Transient2DSolution(end).Vx), ...
    53         PatchToVec(md.results.Transient2DSolution(end).Vy), ...
    54         PatchToVec(md.results.Transient2DSolution(end).Thickness), ...
     52        PatchToVec(md.results.TransientSolution(end).Vx), ...
     53        PatchToVec(md.results.TransientSolution(end).Vy), ...
     54        PatchToVec(md.results.TransientSolution(end).Thickness), ...
    5555        };
  • 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        };
  • issm/trunk/test/NightlyRun/test121.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,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        };
  • issm/trunk/test/NightlyRun/test122.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,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        };
  • issm/trunk/test/NightlyRun/test215.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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test216.m

    r8295 r8433  
    44md=setelementstype(md,'macayeal','all');
    55md=SetParallel(md,3);
    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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test217.m

    r8392 r8433  
    55md=setelementstype(md,'macayeal','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_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,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    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        };
  • issm/trunk/test/NightlyRun/test218.m

    r8392 r8433  
    55md=setelementstype(md,'macayeal','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_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,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    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        };
  • issm/trunk/test/NightlyRun/test219.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    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        };
  • issm/trunk/test/NightlyRun/test220.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1616        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1717field_values={...
    18         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    21         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    22         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    23         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    24         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    25         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    26         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    27         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    31         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    32         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    33         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    34         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    35         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    36         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    37         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    41         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    42         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    43         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    44         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    45         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    46         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    47         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     18        PatchToVec(md.results.TransientSolution(1).Vx),...
     19        PatchToVec(md.results.TransientSolution(1).Vy),...
     20        PatchToVec(md.results.TransientSolution(1).Vz),...
     21        PatchToVec(md.results.TransientSolution(1).Vel),...
     22        PatchToVec(md.results.TransientSolution(1).Pressure),...
     23        PatchToVec(md.results.TransientSolution(1).Bed),...
     24        PatchToVec(md.results.TransientSolution(1).Surface),...
     25        PatchToVec(md.results.TransientSolution(1).Thickness),...
     26        PatchToVec(md.results.TransientSolution(1).Temperature),...
     27        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     28        PatchToVec(md.results.TransientSolution(2).Vx),...
     29        PatchToVec(md.results.TransientSolution(2).Vy),...
     30        PatchToVec(md.results.TransientSolution(2).Vz),...
     31        PatchToVec(md.results.TransientSolution(2).Vel),...
     32        PatchToVec(md.results.TransientSolution(2).Pressure),...
     33        PatchToVec(md.results.TransientSolution(2).Bed),...
     34        PatchToVec(md.results.TransientSolution(2).Surface),...
     35        PatchToVec(md.results.TransientSolution(2).Thickness),...
     36        PatchToVec(md.results.TransientSolution(2).Temperature),...
     37        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     38        PatchToVec(md.results.TransientSolution(3).Vx),...
     39        PatchToVec(md.results.TransientSolution(3).Vy),...
     40        PatchToVec(md.results.TransientSolution(3).Vz),...
     41        PatchToVec(md.results.TransientSolution(3).Vel),...
     42        PatchToVec(md.results.TransientSolution(3).Pressure),...
     43        PatchToVec(md.results.TransientSolution(3).Bed),...
     44        PatchToVec(md.results.TransientSolution(3).Surface),...
     45        PatchToVec(md.results.TransientSolution(3).Thickness),...
     46        PatchToVec(md.results.TransientSolution(3).Temperature),...
     47        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4848        };
  • issm/trunk/test/NightlyRun/test221.m

    r8392 r8433  
    66md.eps_rel=NaN;
    77md.cluster=none;
    8 md=solve(md,Transient3DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1414field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
    1515field_values={...
    16         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    17         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    20         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    21         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    22         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    23         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    24         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    25         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    26         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    30         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    31         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    32         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    33         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    34         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    35         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    36         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    40         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    41         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    42         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    43         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    44         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    45         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     16        PatchToVec(md.results.TransientSolution(1).Vx),...
     17        PatchToVec(md.results.TransientSolution(1).Vy),...
     18        PatchToVec(md.results.TransientSolution(1).Vz),...
     19        PatchToVec(md.results.TransientSolution(1).Vel),...
     20        PatchToVec(md.results.TransientSolution(1).Pressure),...
     21        PatchToVec(md.results.TransientSolution(1).Bed),...
     22        PatchToVec(md.results.TransientSolution(1).Surface),...
     23        PatchToVec(md.results.TransientSolution(1).Thickness),...
     24        PatchToVec(md.results.TransientSolution(1).Temperature),...
     25        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     26        PatchToVec(md.results.TransientSolution(2).Vx),...
     27        PatchToVec(md.results.TransientSolution(2).Vy),...
     28        PatchToVec(md.results.TransientSolution(2).Vz),...
     29        PatchToVec(md.results.TransientSolution(2).Vel),...
     30        PatchToVec(md.results.TransientSolution(2).Pressure),...
     31        PatchToVec(md.results.TransientSolution(2).Bed),...
     32        PatchToVec(md.results.TransientSolution(2).Surface),...
     33        PatchToVec(md.results.TransientSolution(2).Thickness),...
     34        PatchToVec(md.results.TransientSolution(2).Temperature),...
     35        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     36        PatchToVec(md.results.TransientSolution(3).Vx),...
     37        PatchToVec(md.results.TransientSolution(3).Vy),...
     38        PatchToVec(md.results.TransientSolution(3).Vz),...
     39        PatchToVec(md.results.TransientSolution(3).Vel),...
     40        PatchToVec(md.results.TransientSolution(3).Pressure),...
     41        PatchToVec(md.results.TransientSolution(3).Bed),...
     42        PatchToVec(md.results.TransientSolution(3).Surface),...
     43        PatchToVec(md.results.TransientSolution(3).Thickness),...
     44        PatchToVec(md.results.TransientSolution(3).Temperature),...
     45        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4646        };
  • issm/trunk/test/NightlyRun/test222.m

    r8392 r8433  
    66md.eps_rel=NaN;
    77md=SetParallel(md,3);
    8 md=solve(md,Transient3DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1717        1e-08,1e-08,1e-06,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06};
    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        };
  • issm/trunk/test/NightlyRun/test243.m

    r8295 r8433  
    55md.cluster=none;
    66md.hydrostatic_adjustment=IncrementalEnum;
    7 md=solve(md,Transient2DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1111field_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};
    1212field_values={...
    13         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    14         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    16         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    17         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    18         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    19         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    20         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    23         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    24         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    25         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    26         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    30         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    31         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    32         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    33         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     13        PatchToVec(md.results.TransientSolution(1).Vx),...
     14        PatchToVec(md.results.TransientSolution(1).Vy),...
     15        PatchToVec(md.results.TransientSolution(1).Vel),...
     16        PatchToVec(md.results.TransientSolution(1).Pressure),...
     17        PatchToVec(md.results.TransientSolution(1).Bed),...
     18        PatchToVec(md.results.TransientSolution(1).Surface),...
     19        PatchToVec(md.results.TransientSolution(1).Thickness),...
     20        PatchToVec(md.results.TransientSolution(2).Vx),...
     21        PatchToVec(md.results.TransientSolution(2).Vy),...
     22        PatchToVec(md.results.TransientSolution(2).Vel),...
     23        PatchToVec(md.results.TransientSolution(2).Pressure),...
     24        PatchToVec(md.results.TransientSolution(2).Bed),...
     25        PatchToVec(md.results.TransientSolution(2).Surface),...
     26        PatchToVec(md.results.TransientSolution(2).Thickness),...
     27        PatchToVec(md.results.TransientSolution(3).Vx),...
     28        PatchToVec(md.results.TransientSolution(3).Vy),...
     29        PatchToVec(md.results.TransientSolution(3).Vel),...
     30        PatchToVec(md.results.TransientSolution(3).Pressure),...
     31        PatchToVec(md.results.TransientSolution(3).Bed),...
     32        PatchToVec(md.results.TransientSolution(3).Surface),...
     33        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3434        };
  • issm/trunk/test/NightlyRun/test244.m

    r8295 r8433  
    55md=SetParallel(md,3);
    66md.hydrostatic_adjustment=IncrementalEnum;
    7 md=solve(md,Transient2DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1111field_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};
    1212field_values={...
    13         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    14         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    16         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    17         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    18         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    19         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    20         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    23         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    24         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    25         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    26         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    30         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    31         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    32         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    33         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     13        PatchToVec(md.results.TransientSolution(1).Vx),...
     14        PatchToVec(md.results.TransientSolution(1).Vy),...
     15        PatchToVec(md.results.TransientSolution(1).Vel),...
     16        PatchToVec(md.results.TransientSolution(1).Pressure),...
     17        PatchToVec(md.results.TransientSolution(1).Bed),...
     18        PatchToVec(md.results.TransientSolution(1).Surface),...
     19        PatchToVec(md.results.TransientSolution(1).Thickness),...
     20        PatchToVec(md.results.TransientSolution(2).Vx),...
     21        PatchToVec(md.results.TransientSolution(2).Vy),...
     22        PatchToVec(md.results.TransientSolution(2).Vel),...
     23        PatchToVec(md.results.TransientSolution(2).Pressure),...
     24        PatchToVec(md.results.TransientSolution(2).Bed),...
     25        PatchToVec(md.results.TransientSolution(2).Surface),...
     26        PatchToVec(md.results.TransientSolution(2).Thickness),...
     27        PatchToVec(md.results.TransientSolution(3).Vx),...
     28        PatchToVec(md.results.TransientSolution(3).Vy),...
     29        PatchToVec(md.results.TransientSolution(3).Vel),...
     30        PatchToVec(md.results.TransientSolution(3).Pressure),...
     31        PatchToVec(md.results.TransientSolution(3).Bed),...
     32        PatchToVec(md.results.TransientSolution(3).Surface),...
     33        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3434        };
  • issm/trunk/test/NightlyRun/test245.m

    r8295 r8433  
    66md.cluster=none;
    77md.hydrostatic_adjustment=IncrementalEnum;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk/test/NightlyRun/test246.m

    r8295 r8433  
    66md=SetParallel(md,3);
    77md.hydrostatic_adjustment=IncrementalEnum;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk/test/NightlyRun/test247.m

    r8392 r8433  
    66md.cluster=none;
    77md.hydrostatic_adjustment=IncrementalEnum;
    8 md=solve(md,Transient3DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1414field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1515field_values={...
    16         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    17         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    20         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    21         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    22         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    23         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    24         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    25         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    26         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    30         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    31         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    32         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    33         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    34         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    35         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    36         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    40         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    41         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    42         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    43         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    44         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    45         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     16        PatchToVec(md.results.TransientSolution(1).Vx),...
     17        PatchToVec(md.results.TransientSolution(1).Vy),...
     18        PatchToVec(md.results.TransientSolution(1).Vz),...
     19        PatchToVec(md.results.TransientSolution(1).Vel),...
     20        PatchToVec(md.results.TransientSolution(1).Pressure),...
     21        PatchToVec(md.results.TransientSolution(1).Bed),...
     22        PatchToVec(md.results.TransientSolution(1).Surface),...
     23        PatchToVec(md.results.TransientSolution(1).Thickness),...
     24        PatchToVec(md.results.TransientSolution(1).Temperature),...
     25        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     26        PatchToVec(md.results.TransientSolution(2).Vx),...
     27        PatchToVec(md.results.TransientSolution(2).Vy),...
     28        PatchToVec(md.results.TransientSolution(2).Vz),...
     29        PatchToVec(md.results.TransientSolution(2).Vel),...
     30        PatchToVec(md.results.TransientSolution(2).Pressure),...
     31        PatchToVec(md.results.TransientSolution(2).Bed),...
     32        PatchToVec(md.results.TransientSolution(2).Surface),...
     33        PatchToVec(md.results.TransientSolution(2).Thickness),...
     34        PatchToVec(md.results.TransientSolution(2).Temperature),...
     35        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     36        PatchToVec(md.results.TransientSolution(3).Vx),...
     37        PatchToVec(md.results.TransientSolution(3).Vy),...
     38        PatchToVec(md.results.TransientSolution(3).Vz),...
     39        PatchToVec(md.results.TransientSolution(3).Vel),...
     40        PatchToVec(md.results.TransientSolution(3).Pressure),...
     41        PatchToVec(md.results.TransientSolution(3).Bed),...
     42        PatchToVec(md.results.TransientSolution(3).Surface),...
     43        PatchToVec(md.results.TransientSolution(3).Thickness),...
     44        PatchToVec(md.results.TransientSolution(3).Temperature),...
     45        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4646        };
  • 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        };
  • issm/trunk/test/NightlyRun/test249.m

    r8392 r8433  
    77md.cluster=none;
    88md.hydrostatic_adjustment=IncrementalEnum;
    9 md=solve(md,Transient3DSolutionEnum);
     9md=solve(md,TransientSolutionEnum);
    1010
    1111%Fields and tolerances to track changes
     
    1515field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1616field_values={...
    17         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    21         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    22         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    23         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    24         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    25         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    26         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    31         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    32         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    33         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    34         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    35         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    36         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    41         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    42         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    43         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    44         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    45         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    46         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     17        PatchToVec(md.results.TransientSolution(1).Vx),...
     18        PatchToVec(md.results.TransientSolution(1).Vy),...
     19        PatchToVec(md.results.TransientSolution(1).Vz),...
     20        PatchToVec(md.results.TransientSolution(1).Vel),...
     21        PatchToVec(md.results.TransientSolution(1).Pressure),...
     22        PatchToVec(md.results.TransientSolution(1).Bed),...
     23        PatchToVec(md.results.TransientSolution(1).Surface),...
     24        PatchToVec(md.results.TransientSolution(1).Thickness),...
     25        PatchToVec(md.results.TransientSolution(1).Temperature),...
     26        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     27        PatchToVec(md.results.TransientSolution(2).Vx),...
     28        PatchToVec(md.results.TransientSolution(2).Vy),...
     29        PatchToVec(md.results.TransientSolution(2).Vz),...
     30        PatchToVec(md.results.TransientSolution(2).Vel),...
     31        PatchToVec(md.results.TransientSolution(2).Pressure),...
     32        PatchToVec(md.results.TransientSolution(2).Bed),...
     33        PatchToVec(md.results.TransientSolution(2).Surface),...
     34        PatchToVec(md.results.TransientSolution(2).Thickness),...
     35        PatchToVec(md.results.TransientSolution(2).Temperature),...
     36        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     37        PatchToVec(md.results.TransientSolution(3).Vx),...
     38        PatchToVec(md.results.TransientSolution(3).Vy),...
     39        PatchToVec(md.results.TransientSolution(3).Vz),...
     40        PatchToVec(md.results.TransientSolution(3).Vel),...
     41        PatchToVec(md.results.TransientSolution(3).Pressure),...
     42        PatchToVec(md.results.TransientSolution(3).Bed),...
     43        PatchToVec(md.results.TransientSolution(3).Surface),...
     44        PatchToVec(md.results.TransientSolution(3).Thickness),...
     45        PatchToVec(md.results.TransientSolution(3).Temperature),...
     46        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4747        };
  • issm/trunk/test/NightlyRun/test250.m

    r8392 r8433  
    77md=SetParallel(md,3);
    88md.hydrostatic_adjustment=IncrementalEnum;
    9 md=solve(md,Transient3DSolutionEnum);
     9md=solve(md,TransientSolutionEnum);
    1010
    1111%Fields and tolerances to track changes
     
    1818        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1919field_values={...
    20         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    21         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    22         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    23         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    24         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    25         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    26         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    27         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    28         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    29         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    31         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    32         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    33         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    34         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    35         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    36         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    37         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    38         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    39         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    41         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    42         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    43         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    44         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    45         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    46         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    47         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    48         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    49         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     20        PatchToVec(md.results.TransientSolution(1).Vx),...
     21        PatchToVec(md.results.TransientSolution(1).Vy),...
     22        PatchToVec(md.results.TransientSolution(1).Vz),...
     23        PatchToVec(md.results.TransientSolution(1).Vel),...
     24        PatchToVec(md.results.TransientSolution(1).Pressure),...
     25        PatchToVec(md.results.TransientSolution(1).Bed),...
     26        PatchToVec(md.results.TransientSolution(1).Surface),...
     27        PatchToVec(md.results.TransientSolution(1).Thickness),...
     28        PatchToVec(md.results.TransientSolution(1).Temperature),...
     29        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     30        PatchToVec(md.results.TransientSolution(2).Vx),...
     31        PatchToVec(md.results.TransientSolution(2).Vy),...
     32        PatchToVec(md.results.TransientSolution(2).Vz),...
     33        PatchToVec(md.results.TransientSolution(2).Vel),...
     34        PatchToVec(md.results.TransientSolution(2).Pressure),...
     35        PatchToVec(md.results.TransientSolution(2).Bed),...
     36        PatchToVec(md.results.TransientSolution(2).Surface),...
     37        PatchToVec(md.results.TransientSolution(2).Thickness),...
     38        PatchToVec(md.results.TransientSolution(2).Temperature),...
     39        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     40        PatchToVec(md.results.TransientSolution(3).Vx),...
     41        PatchToVec(md.results.TransientSolution(3).Vy),...
     42        PatchToVec(md.results.TransientSolution(3).Vz),...
     43        PatchToVec(md.results.TransientSolution(3).Vel),...
     44        PatchToVec(md.results.TransientSolution(3).Pressure),...
     45        PatchToVec(md.results.TransientSolution(3).Bed),...
     46        PatchToVec(md.results.TransientSolution(3).Surface),...
     47        PatchToVec(md.results.TransientSolution(3).Thickness),...
     48        PatchToVec(md.results.TransientSolution(3).Temperature),...
     49        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    5050        };
  • issm/trunk/test/NightlyRun/test251.m

    r8295 r8433  
    66md.time_adapt=1;
    77md.ndt=10;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk/test/NightlyRun/test252.m

    r8295 r8433  
    66md.time_adapt=1;
    77md.ndt=10;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk/test/NightlyRun/test253.m

    r8392 r8433  
    77md.time_adapt=1;
    88md.ndt=10;
    9 md=solve(md,Transient3DSolutionEnum);
     9md=solve(md,TransientSolutionEnum);
    1010
    1111%Fields and tolerances to track changes
     
    1515field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    1616field_values={...
    17         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    21         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    22         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    23         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    24         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    25         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    26         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    31         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    32         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    33         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    34         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    35         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    36         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    41         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    42         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    43         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    44         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    45         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    46         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     17        PatchToVec(md.results.TransientSolution(1).Vx),...
     18        PatchToVec(md.results.TransientSolution(1).Vy),...
     19        PatchToVec(md.results.TransientSolution(1).Vz),...
     20        PatchToVec(md.results.TransientSolution(1).Vel),...
     21        PatchToVec(md.results.TransientSolution(1).Pressure),...
     22        PatchToVec(md.results.TransientSolution(1).Bed),...
     23        PatchToVec(md.results.TransientSolution(1).Surface),...
     24        PatchToVec(md.results.TransientSolution(1).Thickness),...
     25        PatchToVec(md.results.TransientSolution(1).Temperature),...
     26        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     27        PatchToVec(md.results.TransientSolution(2).Vx),...
     28        PatchToVec(md.results.TransientSolution(2).Vy),...
     29        PatchToVec(md.results.TransientSolution(2).Vz),...
     30        PatchToVec(md.results.TransientSolution(2).Vel),...
     31        PatchToVec(md.results.TransientSolution(2).Pressure),...
     32        PatchToVec(md.results.TransientSolution(2).Bed),...
     33        PatchToVec(md.results.TransientSolution(2).Surface),...
     34        PatchToVec(md.results.TransientSolution(2).Thickness),...
     35        PatchToVec(md.results.TransientSolution(2).Temperature),...
     36        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     37        PatchToVec(md.results.TransientSolution(3).Vx),...
     38        PatchToVec(md.results.TransientSolution(3).Vy),...
     39        PatchToVec(md.results.TransientSolution(3).Vz),...
     40        PatchToVec(md.results.TransientSolution(3).Vel),...
     41        PatchToVec(md.results.TransientSolution(3).Pressure),...
     42        PatchToVec(md.results.TransientSolution(3).Bed),...
     43        PatchToVec(md.results.TransientSolution(3).Surface),...
     44        PatchToVec(md.results.TransientSolution(3).Thickness),...
     45        PatchToVec(md.results.TransientSolution(3).Temperature),...
     46        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4747        };
  • issm/trunk/test/NightlyRun/test254.m

    r8392 r8433  
    77md.time_adapt=1;
    88md.ndt=10;
    9 md=solve(md,Transient3DSolutionEnum);
     9md=solve(md,TransientSolutionEnum);
    1010
    1111%Fields and tolerances to track changes
     
    1818        1e-09,1e-09,1e-08,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05};
    1919field_values={...
    20         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    21         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    22         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    23         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    24         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    25         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    26         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    27         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    28         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    29         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    31         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    32         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    33         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    34         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    35         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    36         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    37         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    38         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    39         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    41         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    42         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    43         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    44         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    45         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    46         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    47         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    48         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    49         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     20        PatchToVec(md.results.TransientSolution(1).Vx),...
     21        PatchToVec(md.results.TransientSolution(1).Vy),...
     22        PatchToVec(md.results.TransientSolution(1).Vz),...
     23        PatchToVec(md.results.TransientSolution(1).Vel),...
     24        PatchToVec(md.results.TransientSolution(1).Pressure),...
     25        PatchToVec(md.results.TransientSolution(1).Bed),...
     26        PatchToVec(md.results.TransientSolution(1).Surface),...
     27        PatchToVec(md.results.TransientSolution(1).Thickness),...
     28        PatchToVec(md.results.TransientSolution(1).Temperature),...
     29        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     30        PatchToVec(md.results.TransientSolution(2).Vx),...
     31        PatchToVec(md.results.TransientSolution(2).Vy),...
     32        PatchToVec(md.results.TransientSolution(2).Vz),...
     33        PatchToVec(md.results.TransientSolution(2).Vel),...
     34        PatchToVec(md.results.TransientSolution(2).Pressure),...
     35        PatchToVec(md.results.TransientSolution(2).Bed),...
     36        PatchToVec(md.results.TransientSolution(2).Surface),...
     37        PatchToVec(md.results.TransientSolution(2).Thickness),...
     38        PatchToVec(md.results.TransientSolution(2).Temperature),...
     39        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     40        PatchToVec(md.results.TransientSolution(3).Vx),...
     41        PatchToVec(md.results.TransientSolution(3).Vy),...
     42        PatchToVec(md.results.TransientSolution(3).Vz),...
     43        PatchToVec(md.results.TransientSolution(3).Vel),...
     44        PatchToVec(md.results.TransientSolution(3).Pressure),...
     45        PatchToVec(md.results.TransientSolution(3).Bed),...
     46        PatchToVec(md.results.TransientSolution(3).Surface),...
     47        PatchToVec(md.results.TransientSolution(3).Thickness),...
     48        PatchToVec(md.results.TransientSolution(3).Temperature),...
     49        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    5050        };
  • issm/trunk/test/NightlyRun/test327.m

    r8295 r8433  
    44md=setelementstype(md,'hutter','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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test328.m

    r8295 r8433  
    44md=setelementstype(md,'hutter','all');
    55md=SetParallel(md,3);
    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-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test329.m

    r8392 r8433  
    55md=setelementstype(md,'hutter','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_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,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    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        };
  • issm/trunk/test/NightlyRun/test330.m

    r8392 r8433  
    55md=setelementstype(md,'hutter','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1515                                                1e-10,  1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1616field_values={...
    17         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    21         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    22         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    23         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    24         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    25         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    26         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    31         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    32         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    33         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    34         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    35         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    36         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    41         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    42         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    43         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    44         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    45         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    46         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     17        PatchToVec(md.results.TransientSolution(1).Vx),...
     18        PatchToVec(md.results.TransientSolution(1).Vy),...
     19        PatchToVec(md.results.TransientSolution(1).Vz),...
     20        PatchToVec(md.results.TransientSolution(1).Vel),...
     21        PatchToVec(md.results.TransientSolution(1).Pressure),...
     22        PatchToVec(md.results.TransientSolution(1).Bed),...
     23        PatchToVec(md.results.TransientSolution(1).Surface),...
     24        PatchToVec(md.results.TransientSolution(1).Thickness),...
     25        PatchToVec(md.results.TransientSolution(1).Temperature),...
     26        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     27        PatchToVec(md.results.TransientSolution(2).Vx),...
     28        PatchToVec(md.results.TransientSolution(2).Vy),...
     29        PatchToVec(md.results.TransientSolution(2).Vz),...
     30        PatchToVec(md.results.TransientSolution(2).Vel),...
     31        PatchToVec(md.results.TransientSolution(2).Pressure),...
     32        PatchToVec(md.results.TransientSolution(2).Bed),...
     33        PatchToVec(md.results.TransientSolution(2).Surface),...
     34        PatchToVec(md.results.TransientSolution(2).Thickness),...
     35        PatchToVec(md.results.TransientSolution(2).Temperature),...
     36        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     37        PatchToVec(md.results.TransientSolution(3).Vx),...
     38        PatchToVec(md.results.TransientSolution(3).Vy),...
     39        PatchToVec(md.results.TransientSolution(3).Vz),...
     40        PatchToVec(md.results.TransientSolution(3).Vel),...
     41        PatchToVec(md.results.TransientSolution(3).Pressure),...
     42        PatchToVec(md.results.TransientSolution(3).Bed),...
     43        PatchToVec(md.results.TransientSolution(3).Surface),...
     44        PatchToVec(md.results.TransientSolution(3).Thickness),...
     45        PatchToVec(md.results.TransientSolution(3).Temperature),...
     46        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4747        };
  • issm/trunk/test/NightlyRun/test331.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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test332.m

    r8295 r8433  
    44md=setelementstype(md,'macayeal','all');
    55md=SetParallel(md,3);
    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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test333.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
    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        };
  • issm/trunk/test/NightlyRun/test334.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1515                                                1e-09,5e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10};
    1616field_values={...
    17         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    21         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    22         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    23         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    24         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    25         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    26         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    31         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    32         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    33         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    34         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    35         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    36         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    37         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    41         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    42         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    43         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    44         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    45         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    46         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     17        PatchToVec(md.results.TransientSolution(1).Vx),...
     18        PatchToVec(md.results.TransientSolution(1).Vy),...
     19        PatchToVec(md.results.TransientSolution(1).Vz),...
     20        PatchToVec(md.results.TransientSolution(1).Vel),...
     21        PatchToVec(md.results.TransientSolution(1).Pressure),...
     22        PatchToVec(md.results.TransientSolution(1).Bed),...
     23        PatchToVec(md.results.TransientSolution(1).Surface),...
     24        PatchToVec(md.results.TransientSolution(1).Thickness),...
     25        PatchToVec(md.results.TransientSolution(1).Temperature),...
     26        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     27        PatchToVec(md.results.TransientSolution(2).Vx),...
     28        PatchToVec(md.results.TransientSolution(2).Vy),...
     29        PatchToVec(md.results.TransientSolution(2).Vz),...
     30        PatchToVec(md.results.TransientSolution(2).Vel),...
     31        PatchToVec(md.results.TransientSolution(2).Pressure),...
     32        PatchToVec(md.results.TransientSolution(2).Bed),...
     33        PatchToVec(md.results.TransientSolution(2).Surface),...
     34        PatchToVec(md.results.TransientSolution(2).Thickness),...
     35        PatchToVec(md.results.TransientSolution(2).Temperature),...
     36        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     37        PatchToVec(md.results.TransientSolution(3).Vx),...
     38        PatchToVec(md.results.TransientSolution(3).Vy),...
     39        PatchToVec(md.results.TransientSolution(3).Vz),...
     40        PatchToVec(md.results.TransientSolution(3).Vel),...
     41        PatchToVec(md.results.TransientSolution(3).Pressure),...
     42        PatchToVec(md.results.TransientSolution(3).Bed),...
     43        PatchToVec(md.results.TransientSolution(3).Surface),...
     44        PatchToVec(md.results.TransientSolution(3).Thickness),...
     45        PatchToVec(md.results.TransientSolution(3).Temperature),...
     46        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4747        };
  • issm/trunk/test/NightlyRun/test345.m

    r8295 r8433  
    66md.time_adapt=1;
    77md.ndt=600;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk/test/NightlyRun/test346.m

    r8295 r8433  
    66md.time_adapt=1;
    77md.ndt=600;
    8 md=solve(md,Transient2DSolutionEnum);
     8md=solve(md,TransientSolutionEnum);
    99
    1010%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient2DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient2DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient2DSolution(1).Vel),...
    17         PatchToVec(md.results.Transient2DSolution(1).Pressure),...
    18         PatchToVec(md.results.Transient2DSolution(1).Bed),...
    19         PatchToVec(md.results.Transient2DSolution(1).Surface),...
    20         PatchToVec(md.results.Transient2DSolution(1).Thickness),...
    21         PatchToVec(md.results.Transient2DSolution(2).Vx),...
    22         PatchToVec(md.results.Transient2DSolution(2).Vy),...
    23         PatchToVec(md.results.Transient2DSolution(2).Vel),...
    24         PatchToVec(md.results.Transient2DSolution(2).Pressure),...
    25         PatchToVec(md.results.Transient2DSolution(2).Bed),...
    26         PatchToVec(md.results.Transient2DSolution(2).Surface),...
    27         PatchToVec(md.results.Transient2DSolution(2).Thickness),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    29         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    30         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    31         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    32         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    33         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    34         PatchToVec(md.results.Transient2DSolution(3).Thickness),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vel),...
     17        PatchToVec(md.results.TransientSolution(1).Pressure),...
     18        PatchToVec(md.results.TransientSolution(1).Bed),...
     19        PatchToVec(md.results.TransientSolution(1).Surface),...
     20        PatchToVec(md.results.TransientSolution(1).Thickness),...
     21        PatchToVec(md.results.TransientSolution(2).Vx),...
     22        PatchToVec(md.results.TransientSolution(2).Vy),...
     23        PatchToVec(md.results.TransientSolution(2).Vel),...
     24        PatchToVec(md.results.TransientSolution(2).Pressure),...
     25        PatchToVec(md.results.TransientSolution(2).Bed),...
     26        PatchToVec(md.results.TransientSolution(2).Surface),...
     27        PatchToVec(md.results.TransientSolution(2).Thickness),...
     28        PatchToVec(md.results.TransientSolution(3).Vx),...
     29        PatchToVec(md.results.TransientSolution(3).Vy),...
     30        PatchToVec(md.results.TransientSolution(3).Vel),...
     31        PatchToVec(md.results.TransientSolution(3).Pressure),...
     32        PatchToVec(md.results.TransientSolution(3).Bed),...
     33        PatchToVec(md.results.TransientSolution(3).Surface),...
     34        PatchToVec(md.results.TransientSolution(3).Thickness),...
    3535        };
  • issm/trunk/test/NightlyRun/test347.m

    r8392 r8433  
    77md.time_adapt=1;
    88md.ndt=500;
    9 md=solve(md,Transient3DSolutionEnum);
     9md=solve(md,TransientSolutionEnum);
    1010
    1111%Fields and tolerances to track changes
     
    1515field_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,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1616field_values={...
    17         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    18         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    21         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    22         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    23         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    24         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    25         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    26         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    31         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    32         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    33         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    34         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    35         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    36         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    37 %       PatchToVec(md.results.Transient3DSolution(3).Vx),...
    38 %       PatchToVec(md.results.Transient3DSolution(3).Vy),...
    39 %       PatchToVec(md.results.Transient3DSolution(3).Vz),...
    40 %       PatchToVec(md.results.Transient3DSolution(3).Vel),...
    41 %       PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    42 %       PatchToVec(md.results.Transient3DSolution(3).Bed),...
    43 %       PatchToVec(md.results.Transient3DSolution(3).Surface),...
    44 %       PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    45 %       PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    46 %       PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     17        PatchToVec(md.results.TransientSolution(1).Vx),...
     18        PatchToVec(md.results.TransientSolution(1).Vy),...
     19        PatchToVec(md.results.TransientSolution(1).Vz),...
     20        PatchToVec(md.results.TransientSolution(1).Vel),...
     21        PatchToVec(md.results.TransientSolution(1).Pressure),...
     22        PatchToVec(md.results.TransientSolution(1).Bed),...
     23        PatchToVec(md.results.TransientSolution(1).Surface),...
     24        PatchToVec(md.results.TransientSolution(1).Thickness),...
     25        PatchToVec(md.results.TransientSolution(1).Temperature),...
     26        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     27        PatchToVec(md.results.TransientSolution(2).Vx),...
     28        PatchToVec(md.results.TransientSolution(2).Vy),...
     29        PatchToVec(md.results.TransientSolution(2).Vz),...
     30        PatchToVec(md.results.TransientSolution(2).Vel),...
     31        PatchToVec(md.results.TransientSolution(2).Pressure),...
     32        PatchToVec(md.results.TransientSolution(2).Bed),...
     33        PatchToVec(md.results.TransientSolution(2).Surface),...
     34        PatchToVec(md.results.TransientSolution(2).Thickness),...
     35        PatchToVec(md.results.TransientSolution(2).Temperature),...
     36        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     37%       PatchToVec(md.results.TransientSolution(3).Vx),...
     38%       PatchToVec(md.results.TransientSolution(3).Vy),...
     39%       PatchToVec(md.results.TransientSolution(3).Vz),...
     40%       PatchToVec(md.results.TransientSolution(3).Vel),...
     41%       PatchToVec(md.results.TransientSolution(3).Pressure),...
     42%       PatchToVec(md.results.TransientSolution(3).Bed),...
     43%       PatchToVec(md.results.TransientSolution(3).Surface),...
     44%       PatchToVec(md.results.TransientSolution(3).Thickness),...
     45%       PatchToVec(md.results.TransientSolution(3).Temperature),...
     46%       PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4747        };
  • issm/trunk/test/NightlyRun/test348.m

    r8392 r8433  
    77md.time_adapt=1;
    88md.ndt=500;
    9 md=solve(md,Transient3DSolutionEnum);
     9md=solve(md,TransientSolutionEnum);
    1010
    1111%Fields and tolerances to track changes
     
    1717                                                1e-10,  1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    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        };
  • issm/trunk/test/NightlyRun/test415.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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • issm/trunk/test/NightlyRun/test416.m

    r8295 r8433  
    44md=setelementstype(md,'macayeal','all');
    55md=SetParallel(md,3);
    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,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),...
    26         PatchToVec(md.results.Transient2DSolution(3).Vx),...
    27         PatchToVec(md.results.Transient2DSolution(3).Vy),...
    28         PatchToVec(md.results.Transient2DSolution(3).Vel),...
    29         PatchToVec(md.results.Transient2DSolution(3).Pressure),...
    30         PatchToVec(md.results.Transient2DSolution(3).Bed),...
    31         PatchToVec(md.results.Transient2DSolution(3).Surface),...
    32         PatchToVec(md.results.Transient2DSolution(3).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),...
     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),...
    3333        };
  • 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        };
  • issm/trunk/test/NightlyRun/test418.m

    r8392 r8433  
    55md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','penalties');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1616        1e-02,1e-02,1e-01,1e-02,1e-01,1e-04,1e-04,1e-04,1e-04,1e-01};
    1717field_values={...
    18         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    19         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    20         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    21         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    22         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    23         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    24         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    25         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    26         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    27         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    28         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    29         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    30         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    31         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    32         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    33         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    34         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    35         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    36         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    37         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
    38         PatchToVec(md.results.Transient3DSolution(3).Vx),...
    39         PatchToVec(md.results.Transient3DSolution(3).Vy),...
    40         PatchToVec(md.results.Transient3DSolution(3).Vz),...
    41         PatchToVec(md.results.Transient3DSolution(3).Vel),...
    42         PatchToVec(md.results.Transient3DSolution(3).Pressure),...
    43         PatchToVec(md.results.Transient3DSolution(3).Bed),...
    44         PatchToVec(md.results.Transient3DSolution(3).Surface),...
    45         PatchToVec(md.results.Transient3DSolution(3).Thickness),...
    46         PatchToVec(md.results.Transient3DSolution(3).Temperature),...
    47         PatchToVec(md.results.Transient3DSolution(3).BasalMeltingRate),...
     18        PatchToVec(md.results.TransientSolution(1).Vx),...
     19        PatchToVec(md.results.TransientSolution(1).Vy),...
     20        PatchToVec(md.results.TransientSolution(1).Vz),...
     21        PatchToVec(md.results.TransientSolution(1).Vel),...
     22        PatchToVec(md.results.TransientSolution(1).Pressure),...
     23        PatchToVec(md.results.TransientSolution(1).Bed),...
     24        PatchToVec(md.results.TransientSolution(1).Surface),...
     25        PatchToVec(md.results.TransientSolution(1).Thickness),...
     26        PatchToVec(md.results.TransientSolution(1).Temperature),...
     27        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     28        PatchToVec(md.results.TransientSolution(2).Vx),...
     29        PatchToVec(md.results.TransientSolution(2).Vy),...
     30        PatchToVec(md.results.TransientSolution(2).Vz),...
     31        PatchToVec(md.results.TransientSolution(2).Vel),...
     32        PatchToVec(md.results.TransientSolution(2).Pressure),...
     33        PatchToVec(md.results.TransientSolution(2).Bed),...
     34        PatchToVec(md.results.TransientSolution(2).Surface),...
     35        PatchToVec(md.results.TransientSolution(2).Thickness),...
     36        PatchToVec(md.results.TransientSolution(2).Temperature),...
     37        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
     38        PatchToVec(md.results.TransientSolution(3).Vx),...
     39        PatchToVec(md.results.TransientSolution(3).Vy),...
     40        PatchToVec(md.results.TransientSolution(3).Vz),...
     41        PatchToVec(md.results.TransientSolution(3).Vel),...
     42        PatchToVec(md.results.TransientSolution(3).Pressure),...
     43        PatchToVec(md.results.TransientSolution(3).Bed),...
     44        PatchToVec(md.results.TransientSolution(3).Surface),...
     45        PatchToVec(md.results.TransientSolution(3).Thickness),...
     46        PatchToVec(md.results.TransientSolution(3).Temperature),...
     47        PatchToVec(md.results.TransientSolution(3).BasalMeltingRate),...
    4848        };
  • 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        };
  • issm/trunk/test/NightlyRun/test508.m

    r8295 r8433  
    44md=setelementstype(md,'macayeal','all');
    55md=SetParallel(md,3);
    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        };
  • issm/trunk/test/NightlyRun/test509.m

    r8392 r8433  
    55md=setelementstype(md,'macayeal','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1212field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12,1e-12};
    1313field_values={...
    14         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    17         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    18         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    19         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    20         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    21         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    22         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    23         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    24         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    25         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    26         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    28         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    29         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    30         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    31         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    32         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    33         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vz),...
     17        PatchToVec(md.results.TransientSolution(1).Vel),...
     18        PatchToVec(md.results.TransientSolution(1).Pressure),...
     19        PatchToVec(md.results.TransientSolution(1).Bed),...
     20        PatchToVec(md.results.TransientSolution(1).Surface),...
     21        PatchToVec(md.results.TransientSolution(1).Thickness),...
     22        PatchToVec(md.results.TransientSolution(1).Temperature),...
     23        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     24        PatchToVec(md.results.TransientSolution(2).Vx),...
     25        PatchToVec(md.results.TransientSolution(2).Vy),...
     26        PatchToVec(md.results.TransientSolution(2).Vz),...
     27        PatchToVec(md.results.TransientSolution(2).Vel),...
     28        PatchToVec(md.results.TransientSolution(2).Pressure),...
     29        PatchToVec(md.results.TransientSolution(2).Bed),...
     30        PatchToVec(md.results.TransientSolution(2).Surface),...
     31        PatchToVec(md.results.TransientSolution(2).Thickness),...
     32        PatchToVec(md.results.TransientSolution(2).Temperature),...
     33        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
    3434        };
  • issm/trunk/test/NightlyRun/test510.m

    r8392 r8433  
    55md=setelementstype(md,'macayeal','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1212field_tolerances={1e-12,1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-12,1e-12,1e-12,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    1313field_values={...
    14         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    17         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    18         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    19         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    20         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    21         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    22         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    23         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    24         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    25         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    26         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    28         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    29         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    30         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    31         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    32         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    33         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vz),...
     17        PatchToVec(md.results.TransientSolution(1).Vel),...
     18        PatchToVec(md.results.TransientSolution(1).Pressure),...
     19        PatchToVec(md.results.TransientSolution(1).Bed),...
     20        PatchToVec(md.results.TransientSolution(1).Surface),...
     21        PatchToVec(md.results.TransientSolution(1).Thickness),...
     22        PatchToVec(md.results.TransientSolution(1).Temperature),...
     23        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     24        PatchToVec(md.results.TransientSolution(2).Vx),...
     25        PatchToVec(md.results.TransientSolution(2).Vy),...
     26        PatchToVec(md.results.TransientSolution(2).Vz),...
     27        PatchToVec(md.results.TransientSolution(2).Vel),...
     28        PatchToVec(md.results.TransientSolution(2).Pressure),...
     29        PatchToVec(md.results.TransientSolution(2).Bed),...
     30        PatchToVec(md.results.TransientSolution(2).Surface),...
     31        PatchToVec(md.results.TransientSolution(2).Thickness),...
     32        PatchToVec(md.results.TransientSolution(2).Temperature),...
     33        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
    3434        };
  • issm/trunk/test/NightlyRun/test511.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1212field_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};
    1313field_values={...
    14         PatchToVec(md.results.Transient3DSolution(1).Vx),...
    15         PatchToVec(md.results.Transient3DSolution(1).Vy),...
    16         PatchToVec(md.results.Transient3DSolution(1).Vz),...
    17         PatchToVec(md.results.Transient3DSolution(1).Vel),...
    18         PatchToVec(md.results.Transient3DSolution(1).Pressure),...
    19         PatchToVec(md.results.Transient3DSolution(1).Bed),...
    20         PatchToVec(md.results.Transient3DSolution(1).Surface),...
    21         PatchToVec(md.results.Transient3DSolution(1).Thickness),...
    22         PatchToVec(md.results.Transient3DSolution(1).Temperature),...
    23         PatchToVec(md.results.Transient3DSolution(1).BasalMeltingRate),...
    24         PatchToVec(md.results.Transient3DSolution(2).Vx),...
    25         PatchToVec(md.results.Transient3DSolution(2).Vy),...
    26         PatchToVec(md.results.Transient3DSolution(2).Vz),...
    27         PatchToVec(md.results.Transient3DSolution(2).Vel),...
    28         PatchToVec(md.results.Transient3DSolution(2).Pressure),...
    29         PatchToVec(md.results.Transient3DSolution(2).Bed),...
    30         PatchToVec(md.results.Transient3DSolution(2).Surface),...
    31         PatchToVec(md.results.Transient3DSolution(2).Thickness),...
    32         PatchToVec(md.results.Transient3DSolution(2).Temperature),...
    33         PatchToVec(md.results.Transient3DSolution(2).BasalMeltingRate),...
     14        PatchToVec(md.results.TransientSolution(1).Vx),...
     15        PatchToVec(md.results.TransientSolution(1).Vy),...
     16        PatchToVec(md.results.TransientSolution(1).Vz),...
     17        PatchToVec(md.results.TransientSolution(1).Vel),...
     18        PatchToVec(md.results.TransientSolution(1).Pressure),...
     19        PatchToVec(md.results.TransientSolution(1).Bed),...
     20        PatchToVec(md.results.TransientSolution(1).Surface),...
     21        PatchToVec(md.results.TransientSolution(1).Thickness),...
     22        PatchToVec(md.results.TransientSolution(1).Temperature),...
     23        PatchToVec(md.results.TransientSolution(1).BasalMeltingRate),...
     24        PatchToVec(md.results.TransientSolution(2).Vx),...
     25        PatchToVec(md.results.TransientSolution(2).Vy),...
     26        PatchToVec(md.results.TransientSolution(2).Vz),...
     27        PatchToVec(md.results.TransientSolution(2).Vel),...
     28        PatchToVec(md.results.TransientSolution(2).Pressure),...
     29        PatchToVec(md.results.TransientSolution(2).Bed),...
     30        PatchToVec(md.results.TransientSolution(2).Surface),...
     31        PatchToVec(md.results.TransientSolution(2).Thickness),...
     32        PatchToVec(md.results.TransientSolution(2).Temperature),...
     33        PatchToVec(md.results.TransientSolution(2).BasalMeltingRate),...
    3434        };
  • issm/trunk/test/NightlyRun/test512.m

    r8392 r8433  
    55md=setelementstype(md,'pattyn','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313                                                1e-11,1e-11,1e-09,1e-11,1e-11,1e-10,1e-11,1e-10,1e-11,1e-08};
    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),...
     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),...
    3535        };
  • issm/trunk/test/NightlyRun/test513.m

    r8392 r8433  
    55md=setelementstype(md,'stokes','all');
    66md.cluster=none;
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-10,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08};
    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),...
     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),...
    3535        };
  • issm/trunk/test/NightlyRun/test514.m

    r8392 r8433  
    55md=setelementstype(md,'stokes','all');
    66md=SetParallel(md,3);
    7 md=solve(md,Transient3DSolutionEnum);
     7md=solve(md,TransientSolutionEnum);
    88
    99%Fields and tolerances to track changes
     
    1313field_tolerances={1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-08,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06,1e-06};
    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),...
     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),...
    3535        };
Note: See TracChangeset for help on using the changeset viewer.