<div dir="ltr"><div>Thank you.</div><div>I just have a coupled problem, and i want to solve it beginning with stagger then couple. </div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> 於 2019年4月30日 週二 下午12:57寫道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Tue, Apr 30, 2019 at 1:20 PM Josh L via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I have a DM that that has 2 sections:</div><div> </div><div>section_0 has 2 dofs: u, v</div><div>section_1 has 1 dofs: p</div><div><br></div><div>and a SubDM created by DMCreateSubDM. SubDM only has section_1.</div><div><br></div><div>There are a global vector created with DM, and a local vector created with SubDM</div><div><br></div><div>Can I do GlobalToLocal between this 2 vectors?</div></div></blockquote><div><br></div><div>No, the global and local vector have to have the same DM.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div> If yes, which DM should I use when calling GlobalToLocal.</div><div><br></div><div>Basically, I want </div><div>a global vec: [u1, v1, p1 u2, v2, p2, u3, v3, p3......]</div><div>to </div><div>local vec: [all dof p that belongs to this processor]</div></div></blockquote><div><br></div><div>You will have to do it in two steps, either,</div><div><br></div><div>  1) Extract p in a subDM, and then do G2L on that</div><div><br></div><div>or</div><div><br></div><div>  2) Do G2L on the full DM, and then extract p from the local vec</div><div><br></div><div>1) sounds better to me, but I do not know what your code is doing.</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Thanks,</div><div>Yu-Sheng</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_8581914012065013892gmail_signature"><div dir="ltr"><div><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.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>
</blockquote></div>