Index: /issm/trunk/test/NightlyRun/IdToName.m
===================================================================
--- /issm/trunk/test/NightlyRun/IdToName.m	(revision 5385)
+++ /issm/trunk/test/NightlyRun/IdToName.m	(revision 5386)
@@ -158,4 +158,6 @@
 elseif (id==434), name='SquareSheetShelfDiadM3dDakotaSamp';
 elseif (id==435), name='SquareSheetShelfDiadM3dDakotaAreaAverage';
+elseif (id==437), name='SquareSheetShelfDiagMP3dTilingSerial';
+elseif (id==438), name='SquareSheetShelfDiagMP3dTilingParallel';
 elseif (id==501), name='PigDiagM2dSerial';
 elseif (id==502), name='PigDiagM2dParallel';
Index: /issm/trunk/test/NightlyRun/test437.m
===================================================================
--- /issm/trunk/test/NightlyRun/test437.m	(revision 5386)
+++ /issm/trunk/test/NightlyRun/test437.m	(revision 5386)
@@ -0,0 +1,18 @@
+md=mesh(model,'../Exp/Square.exp',180000);
+md=geography(md,'../Exp/SquareShelf.exp','');
+md=parameterize(md,'../Par/SquareSheetShelf.par');
+md=extrude(md,5,1);
+md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn','coupling','tiling');
+md.cluster='none';
+md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
Index: /issm/trunk/test/NightlyRun/test438.m
===================================================================
--- /issm/trunk/test/NightlyRun/test438.m	(revision 5386)
+++ /issm/trunk/test/NightlyRun/test438.m	(revision 5386)
@@ -0,0 +1,18 @@
+md=mesh(model,'../Exp/Square.exp',180000);
+md=geography(md,'../Exp/SquareShelf.exp','');
+md=parameterize(md,'../Par/SquareSheetShelf.par');
+md=extrude(md,5,1);
+md=setelementstype(md,'macayeal','../Exp/SquareHalfRight.exp','fill','pattyn');
+md.cluster=oshostname();
+md=solve(md,'analysis_type',DiagnosticSolutionEnum);
+
+%Fields and tolerances to track changes
+field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
+field_tolerances={1e-05,1e-05,1e-05,1e-05,1e-05};
+field_values={...
+	PatchToVec(md.results.DiagnosticSolution.Vx),...
+	PatchToVec(md.results.DiagnosticSolution.Vy),...
+	PatchToVec(md.results.DiagnosticSolution.Vz),...
+	PatchToVec(md.results.DiagnosticSolution.Vel),...
+	PatchToVec(md.results.DiagnosticSolution.Pressure),...
+	};
