Changeset 22936


Ignore:
Timestamp:
07/13/18 14:19:15 (7 years ago)
Author:
Eric.Larour
Message:

CHG: using no boundary refinement in bamg (thanks Mathieu!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/mesh/patchglobe.m ΒΆ

    r20539 r22936  
    7373
    7474        %mesh:
    75         mdb=bamg(model(),'domain',[temproot '/PatchBand.exp'],'MaxCornerAngle',1e-15,'gradation',10000);
     75        mdb=bamg(model(),'domain',[temproot '/PatchBand.exp'],'MaxCornerAngle',1e-15,'gradation',10000,'NoBoundaryRefinment',1);
    7676        mhb=mdb.mesh; clear mdb;
    7777
    7878        %double check:
    7979        if length(mhb.segments) ~= (length(dom(1).x)+length(env(1).x)-2),
    80                 %error('band mesh not consistent');
     80                error('band mesh not consistent');
    8181        end
    8282
Note: See TracChangeset for help on using the changeset viewer.