Changeset 22215


Ignore:
Timestamp:
11/02/17 15:38:34 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: make sure domain has the right reference number and now save x instead of only y

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mesh/bamg.m

    r22214 r22215  
    161161                        bamg_geometry.SubDomains=[bamg_geometry.SubDomains; 2 count+1 1 -subdomain_ref]; subdomain_ref = subdomain_ref+1;
    162162                else
    163                         %bamg_geometry.SubDomains=[bamg_geometry.SubDomains; 2 count+1 1 0];
     163                        bamg_geometry.SubDomains=[bamg_geometry.SubDomains; 2 count+1 1 0];
    164164                end
    165165
  • issm/trunk-jpl/test/NightlyRun/test514.m

    r21877 r22215  
    4747field_names      = {'x1' ,'y1' ,'x2' ,'y2' ,'x3' ,'y3' ,'x4' ,'y4' ,'x5' ,'y5' ,'x6' ,'y6' ,'x7' ,'y7' };
    4848field_tolerances = {2e-10,7e-10,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
    49 field_values     = { x1  ,y1   ,y2   ,y2   ,y3   ,y3   ,y4   ,y4   ,y5   ,y5   ,y6   ,y6   ,y7   ,y7   };
     49field_values     = { x1  ,y1   ,x2   ,y2   ,x3   ,y3   ,x4   ,y4   ,x5   ,y5   ,x6   ,y6   ,x7   ,y7   };
Note: See TracChangeset for help on using the changeset viewer.