Changeset 26819


Ignore:
Timestamp:
01/25/22 13:52:57 (3 years ago)
Author:
caronlam
Message:

CHG: lowered mesh resolution of test2091

File:
1 edited

Legend:

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

    r26800 r26819  
    55re= md.solidearth.planetradius;
    66phi1=(0:10:360)/180*pi;
    7 phi2=(0:3:360)/180*pi;
     7phi2=(0:10:360)/180*pi;
    88
    99dom=struct;
     
    2222
    2323defaultoptions={'KeepVertices',0,'MaxCornerAngle',0.0000000001,'NoBoundaryRefinement',1};
    24 md2d=bamg(model,'domain',dom,'subdomains',co,'hmin',50e3,'hmax',10000e3,defaultoptions{:});
     24md2d=bamg(model,'domain',dom,'subdomains',co,'hmin',100e3,'hmax',10000e3,defaultoptions{:});
    2525
    2626colat=sqrt(md2d.mesh.x.^2+md2d.mesh.y.^2)/re;
     
    144144
    145145%Solution parameters
    146 md.cluster.np=5;
     146md.cluster.np=3;
    147147md.solidearth.settings.reltol=NaN;
    148148md.solidearth.settings.abstol=1e-3;
Note: See TracChangeset for help on using the changeset viewer.