Ignore:
Timestamp:
08/25/20 00:32:13 (5 years ago)
Author:
jdquinn
Message:

CHG: Saving chnages so that Basile has access to potential fix to solidearthmodel class

File:
1 edited

Legend:

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

    r24862 r25455  
    88pos=find(rad==min(rad));
    99md.mesh.x(pos)=0.; md.mesh.y(pos)=0.; %the closest node to the center is changed to be exactly at the center
    10 xelem=md.mesh.x(md.mesh.elements)*[1;1;1]/3.;
    11 yelem=md.mesh.y(md.mesh.elements)*[1;1;1]/3.;
     10xelem=mean(md.mesh.x(md.mesh.elements),2);
     11yelem=mean(md.mesh.y(md.mesh.elements),2);
    1212rad=sqrt(xelem.^2+yelem.^2);
    1313flags=zeros(md.mesh.numberofelements,1);
Note: See TracChangeset for help on using the changeset viewer.