<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Dear Jian,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I recommend using this interface from the hemi.usr file.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">hth,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Paul</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
<br>
</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
c-----------------------------------------------------------------------</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
      subroutine interp_v(uvw,xyz,n)</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
c</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
c     evaluate velocity for list of points xyz</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
c</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
      include 'SIZE'</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
      include 'TOTAL'</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier; min-height: 16px;">
<br>
</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier;">
      real uvw(ldim,n),xyz(ldim,n)</p>
<p></p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 13px; line-height: normal; font-family: Courier; min-height: 16px;">
<br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Nek5000-users <nek5000-users-bounces@lists.mcs.anl.gov> on behalf of nek5000-users@lists.mcs.anl.gov <nek5000-users@lists.mcs.anl.gov><br>
<b>Sent:</b> Monday, September 10, 2018 10:27:15 AM<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Subject:</b> Re: [Nek5000-users] findpts</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">Dear Nek,
<div><br>
</div>
<div>When I look at the hemi.usr, the only subroutine it calls for interpolating velocities for list of points as shown below.</div>
<div><br>
</div>
<div>
<div>      call interp_nfld(fpts,fwrk,ndim,pts(1),pts(1+n),pts(2*n+1),</div>
<div>     $                 n,iwk,rwk,INTP_NMAX,.true.,intp_h)</div>
</div>
<div><br>
</div>
<div>Could you please explain more? What I want are processor number and ix iy and iz for each point.</div>
<div><br>
</div>
<div>Thanks so much for your help.</div>
<div><br>
</div>
<div>Kind regards,</div>
<div><br>
</div>
<div>Jian </div>
</div>
</div>
</div>
</div>
</body>
</html>