<div dir="ltr">If I first define a DM, and obtain the solution vector on this DM (through non multigrid method).  However, given that this DM is so fine, I may only need to save/view the solution on a coarsen grid. Is there some functions available in petsc for this instead of writing my own vec scatter?<div>
<br></div><div>Thank you.</div><div><br></div><div>Xiangdong</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 3, 2014 at 9:58 PM, Jed Brown <span dir="ltr"><<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Xiangdong <<a href="mailto:epscodes@gmail.com">epscodes@gmail.com</a>> writes:<br>
> Could you please expand it a little more on using DMCoarsenHookAdd to<br>
> restrict a fine vector on a coarse grid? The only example I can find is<br>
> ex48 in snes. It is not clear how the coarsen vector are generated from<br>
> that example.<br>
<br>
</div>Look at the use in src/ts/impls/implicit/theta/theta.c<br>
</blockquote></div><br></div>