Changeset 5611


Ignore:
Timestamp:
08/27/10 11:01:09 (15 years ago)
Author:
Mathieu Morlighem
Message:

relaxed tolerances for serial rift-> WAY too slow

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

Legend:

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

    r5193 r5611  
    1 md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',50000);
     1md=mesh(model,'../Exp/SquareHole.exp','../Exp/Rifts.exp',100000);
    22md=meshprocessrifts(md,'../Exp/Square.exp');
    33md=geography(md,'all','');
     
    55md=setelementstype(md,'macayeal','all');
    66md.cluster='none';
     7md.verbose=10;
     8md.eps_res=10^5;
     9md.eps_rel=30;
     10md.min_mechanical_constraints=55;
    711
    812%solver, to handle penalties
  • issm/trunk/test/NightlyRun/test232.m

    r5193 r5611  
    55md=setelementstype(md,'macayeal','all');
    66md.cluster=oshostname();
    7 md.np=2
     7md.np=2;
    88
    99%solver, to handle penalties
Note: See TracChangeset for help on using the changeset viewer.