Index: /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/Square.par
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/Square.par	(revision 1802)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/Square.par	(revision 1803)
@@ -36,5 +36,11 @@
 md.time=50;
 md.waitonlock=1;
-		
-		
-md=solversettoasm(md);
+
+%solver
+md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 ';
+
+%rifts
+md.rifts.fill=MelangeEnum();
+md.rifts.fraction=0;
+md.penalty_lock=2;
+md.rifts.fractionincrement=.01;
Index: /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/buildme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/buildme.m	(revision 1802)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2dRifts_24/buildme.m	(revision 1803)
@@ -1,5 +1,5 @@
 %mesh resolution
-resolution=50000;
-riftres=1000;
+resolution=10000;
+riftres=500;
 
 md=model;
@@ -11,5 +11,16 @@
 md=mesh(md,'DomainOutline.exp','Rifts2.exp',resolution);
 md=meshprocessrifts(md);
+md.numberofelements
 md=geography(md,'all','');
 md=parameterize(md,'Square.par');
 md=setelementstype(md,'macayeal','all');
+
+md.rifts.fill=MelangeEnum();
+md.rifts.fraction=0;
+md.solverstring=' -mat_type aijmumps -ksp_type preonly -pc_type lu -mat_mumps_icntl_14 80 ';
+md.cluster='astrid';
+md.np=8;
+md.penalty_lock=2;
+md.rifts.fractionincrement=.01;
+md=solve(md,'analysis_type','diagnostic');md=tres(md,'diagnostic');
+plotmodel(md,'data','riftrelvel','data','riftvel','data','vel');
