<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:12pt"><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:16px">Dear
 Ian and&nbsp;</span>whom it may concern,</span></p>
<p><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:13.3333px"><span style="font-size:12pt">Thank you very much and I successfully plot the surface of the
</span><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:13.3333px"><span style="font-size:12pt">2D topological spheres ,as showed below</span><span style="font-size:12pt">.</span><br>
<span style="font-size:12pt">However I found there is always a line in the plot from the right to the left and through the center . What is the possible reason of it ? For instance , resolution or something else.</span><br>
<span style="font-size:12pt">Best regards,</span></span></span></p>
<p><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:13.3333px"><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:12pt">Chia-Hui
 Lin</span></span></p>
<p><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:13.3333px"><span style="color:rgb(33,33,33); font-family:&quot;Microsoft JHengHei UI&quot;,&quot;Microsoft JHengHei&quot;,微軟正黑體,MingLiU,細明體,sans-serif,serif,EmojiFont; font-size:13.3333px"></span><img size="1342884" id="x_img498306" tabindex="0" style="max-width:99.9%" src="cid:99ac105d-96fb-4bb0-af9e-92208f219945"><br>
</span></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>寄件者:</b> ian.hinder@aei.mpg.de &lt;ian.hinder@aei.mpg.de&gt;<br>
<b>寄件日期:</b> 2018年2月2日 上午 06:45:01<br>
<b>收件者:</b> 林家暉<br>
<b>副本:</b> rhaas@ncsa.illinois.edu; Einstein Toolkit Users; Eloisa Bentivegna<br>
<b>主旨:</b> Re: [Users] questions about compilation</font>
<div>&nbsp;</div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
&gt; On 1 Feb 2018, at 04:47, 林家暉 &lt;r06222015@ntu.edu.tw&gt; wrote:<br>
&gt; <br>
&gt; Dear Roland and whom it may concern,<br>
&gt; I have done the simulation of the example code of GW150914. <br>
&gt; However when I tried to visualize the result by VisIt ( <a href="https://docs.einsteintoolkit.org/et-docs/GW150914_VisIt_Tutorial#Installing_VisIt">
https://docs.einsteintoolkit.org/et-docs/GW150914_VisIt_Tutorial#Installing_VisIt</a> ), I can not find the .vtk files which represent the shape and properties of relevant 2D topological spheres in the output data. Only .h5 files are in my output file.<br>
&gt; What is the possible reason for it ? <br>
<br>
If you look at the parameter file, it has the lines<br>
<br>
# out3d_every = rl0_every * 2<br>
out3d_every = 0<br>
<br>
You need to swap the comment, so that it reads<br>
<br>
out3d_every = rl0_every * 2<br>
# out3d_every = 0<br>
<br>
i.e. you need to have a nonzero out3d_every parameter.<br>
<br>
The default in the parameter file is NOT to output this 3D data, as it totals 3 TB for the whole simulation, which is more than most people want to generate!&nbsp; Note that this parameter is used for both the 3D gridfunction output, as well as the horizon surface
 data (in VTK files).<br>
<br>
If you just want the horizon files, then you can change<br>
<br>
QuasiLocalMeasures::output_vtk_every&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = $out3d_every<br>
<br>
to<br>
<br>
QuasiLocalMeasures::output_vtk_every&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = $rl0_every * 2<br>
<br>
without changing out3d_every.<br>
<br>
I'm afraid you will have to rerun the simulation, as the VTK files were not generated when you ran it the first time.<br>
<br>
&gt; By the way , I have commended some module load in the edison.ini file, listed below:<br>
&gt; #&nbsp;&nbsp;&nbsp; module load cray-petsc/3.7.6.0<br>
&gt; #&nbsp;&nbsp;&nbsp; module load curl/7.28.1<br>
&gt; #&nbsp;&nbsp;&nbsp; module load hwloc/1.7.2<br>
&gt; #&nbsp;&nbsp;&nbsp; module load numactl/2.0.10<br>
&gt; I wonder whether this module commended resulted in the disappearance of .vtk files.<br>
<br>
No, this should be unrelated.<br>
<br>
-- <br>
Ian Hinder<br>
<a href="http://members.aei.mpg.de/ianhin">http://members.aei.mpg.de/ianhin</a><br>
<br>
</div>
</span></font>
</body>
</html>