Changeset 21888


Ignore:
Timestamp:
07/27/17 14:29:58 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: saved archive and relaxed tol

Location:
issm/trunk-jpl/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test119.m

    r21877 r21888  
    22
    33%Simple mesh
    4 md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.);
     4disp(' -======== STARTING===========');
     5md=model();
     6disp('ok');
     7md=bamg(md,'domain','../Exp/Square.exp','hmax',100000.);
    58x1=md.mesh.x;
    69y1=md.mesh.y;
  • issm/trunk-jpl/test/NightlyRun/test442.m

    r21887 r21888  
    5454field_tolerances={...
    5555        2e-11,5e-12,2e-11,1e-11,5e-10,1e-08,6e-10,1e-13,1e-13,...
    56         5e-09,5e-09,5e-09,5e-09,6e-09,9e-05,9e-05,5e-09,1e-13,...
    57         4e-10,3e-08,8e-09,5e-09,8e-04,6e-04,2e-09,1e-10,4e-10};
     56        5e-09,5e-09,5e-09,5e-09,9e-05,9e-05,9e-05,5e-09,1e-13,...
     57        4e-10,3e-08,8e-09,5e-09,8e-04,6e-04,2e-09,1e-8,4e-10};
    5858field_values={...
    5959        (md.results.TransientSolution(1).Base),...
Note: See TracChangeset for help on using the changeset viewer.