<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">Hi Vatslav,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">There is some discussion of mesh deformation here:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><a href="http://nek5000.github.io/NekDoc/geometry.html" id="LPlnk994323" previewremoved="true">http://nek5000.github.io/NekDoc/geometry.html</a><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Look for mesh modification.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">As long as your transformation is a relatively smooth</p>
<p style="margin-top:0;margin-bottom:0">function of the input geometry, i.e., X' = f(X), where</p>
<p style="margin-top:0;margin-bottom:0">X=(x,y,z) is the input geometry and X'=(x',y',z') is the</p>
<p style="margin-top:0;margin-bottom:0">output geometry, then things are likely to be ok.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">A call to fix_geom just before the "return" statement</p>
<p style="margin-top:0;margin-bottom:0">in usrdat2 is often a good idea.  That is:</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">      subroutine usrdat2</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">      your code here (e.g., following the url above)</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">      call fix_geom</p>
<p style="margin-top:0;margin-bottom:0">      return</p>
<p style="margin-top:0;margin-bottom:0">      end</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Note that the comments about outputting the geometry</p>
<p style="margin-top:0;margin-bottom:0">in the URL above are somewhat dated.   Nek5000 always</p>
<p style="margin-top:0;margin-bottom:0">writes the geometry to the first 0.f00001 file, so you don't</p>
<p style="margin-top:0;margin-bottom:0">have to explicitly request to have the geometry written with</p>
<p style="margin-top:0;margin-bottom:0">the other fields (velocity, pressure, temperature...)</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>
</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> Saturday, November 25, 2017 4:04:02 AM<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Subject:</b> [Nek5000-users] link between local and global direction</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>
<div>Hi, Neks!<br>
<br>
</div>
What is the principle of creation of link between local ( i, j, k ) in some spectral element and the global coordinate system ( x, y, z ) in sophisticated geometry ?<br>
<br>
</div>
And how to find out how does these links changes when I move or rotate the elements ?<br>
<div>
<div>
<div><br>
Regards, Vatslav.<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>