<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 11, 2016 at 8:16 AM, leejearl <span dir="ltr"><<a href="mailto:leejearl@126.com" target="_blank">leejearl@126.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, all:<br>
<br>
    I want to build a high order finite volume method in unstructured grid using PETSc.<br>
<br>
The first issue is to partition the grid. I use the DMPlex to manage the data structure.<br>
<br>
The procedure is as follow:<br>
<br>
1> DMPlexCreateFromFile(), to load a grid into DMPlex;<br>
<br>
2> DMPlexDistribute(dm, overlap, NULL, &dmdist)<br>
<br>
I use DMPlexDistribute to distribute gird. For a high order method, I want to set the<br>
<br>
value of overlap to 2, and I think 0 or 1 is not enough. So, I test the example<br>
<br>
"/petsc-3.7.2/src/ts/examples/<wbr>tutorials/ex11.c". The example is a 2ND order FVM<br>
<br>
code, and it use "DMPlexDistribute" too. But when I use the command<br>
<br>
"mpirun -n 3 ./ex11 -ufv_mesh_overlap 2" to set the value of overlap to 2, it suffers<br>
<br>
an error.<br>
<br>
    Is there anyone can help me to point out:<br>
<br>
   1> Can I set the value of overlap to 2?<br>
<br>
   2> If I want to give the value of overlap as 2, is there any additional codes which must be<br>
<br>
added?<br>
<br>
    Any helps are appreciated.</blockquote><div><br></div><div>I replied to this in the other mail.</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888"><br>
leejearl<br>
<br>
<br>
<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>