<div dir="ltr"><div><div><div><div><div>Hi everyone<br><br></div>From website, I know there&#39;re lot of routines to do triangular plot and regriding.<br></div>Since plot can be made by predefined FE mesh by specified sfYArray, sfXArray &amp; sfElementNodes.<br>I will assume there must be some interpolation routine for FE mesh, but I can&#39;t find this on website. <br><br></div>Is there any 2D interpolation routine we can use directly by specifying above 3 vars with desired output XY points?<br></div>For example, assume this routine called &quot;tri_interp&quot;.<br>Pre-defined FE mesh var are X,Y,ele, field to interpolate is ZZ, output points are outX, outY.<br></div><div>Then we can get output points value by out_interp=tri_interp(X,Y,ele,ZZ,outX,outY)<br><br></div><div>For regular grid, like linint2_points can provide similar function and efficient.<br></div><div>Just wonder, is there any similar function for uninstructed grid except Natgrid package (which will be quite time consuming if FE mesh is large)?   <br></div><div><div><div><div><div><div><br></div><div>Dan<br></div><div><br></div></div></div></div></div></div></div>