<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 24, 2018 at 3:17 PM, Jordan Wagner <span dir="ltr"><<a href="mailto:j.wagner@rice.edu" target="_blank">j.wagner@rice.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
At some point, I would like to export my distributed DM along with an associated scalar field corresponding to the process rank for which each point is owned. I know that what I need is the partition section, which is more or less identical to Fig. 6 in Knepley and Karpeev (2009). I was wondering if this particular section is already made behind the scenes when distributing and just hiding somewhere in the DM object.<br>
<br>
I know it shouldn't be difficult to just make the section myself, but it seems like something that would be needed a lot and already made. I haven't been successful in finding it, so I just wanted to make sure I am not missing anything.<br></blockquote><div><br></div><div>We do not keep the partitioning around, since you do not need it after it is used. Second, it is stored as a PetscSection+IS, which is the inverse of what you want.</div><div>I would just make a Vec with the rank. It should also be possible to use an IS, but I am not sure parallel I/O is completely right for IS whereas I know everything</div><div>works for Vec.</div><div><br></div><div>  Thanks,</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">
Thanks very much<span class="HOEnZb"><font color="#888888"><br>
<br>
jw<br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>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><br></div><div><a href="http://www.caam.rice.edu/~mk51/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div>
</div></div>