<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Are there any examples that show how to use the ML PC?<div><br></div><div>Randy</div><div><br></div><div><br><div><div>On Dec 3, 2010, at 9:02 AM, Matthew Knepley wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I will also note that a good intro for implementing your own might be the ML PC<div>in Petsc. It puts the ML AMG package into the PCMG framework.</div><div><br></div><div>&nbsp;&nbsp; Matt<br><br><div class="gmail_quote">On Fri, Dec 3, 2010 at 3:44 AM, Dave May <span dir="ltr">&lt;<a href="mailto:dave.mayhem23@gmail.com">dave.mayhem23@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hey Vijay,<br>
 &nbsp;PCMG is generic. If you provide the operators for each level, along<br>
with the restriction and prolongation,<br>
you can use PCMG. It doesn't need to know about the mesh.<br>
<br>
You don't actually need to provide the coarse grid operators.<br>
Given the fine grid operator and R and optionally P, you can use<br>
Galerkin coarsening by calling<br>
PCMGSetGalerkin() or via the command line arg -pc_mg_galerkin<br>
Also, if you don't specify the prolongation, petsc will use P = R^T.<br>
<br>
<br>
Cheers,<br>
<font color="#888888"> &nbsp;Dave<br>
</font><div><div></div><div class="h5"><br>
<br>
On 3 December 2010 06:02, Vijay S. Mahadevan &lt;<a href="mailto:vijay.m@gmail.com">vijay.m@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I was wondering whether the MG preconditioner object is generic enough<br>
&gt; to work out of the box like say ILU or SOR. &nbsp;To elaborate on this, if<br>
&gt; I can provide the number of levels, restriction and prolongation<br>
&gt; operators for each level and the system operators along with vectors<br>
&gt; allocated for solution and rhs, would it work as a preconditioner for<br>
&gt; my given problem and a prescribed rhs at the finest level of PCMG. Or<br>
&gt; does it need some knowledge of the fine and coarser meshes to perform<br>
&gt; the MG operations correctly ?<br>
&gt;<br>
&gt; All the examples I've seen using MG in petsc involve the DA and DMMG<br>
&gt; objects and since I use my own mesh and corresponding discretization<br>
&gt; code for an elliptic system, I'm curious about this usage. It would<br>
&gt; not be terribly difficult to write my own framework to do a simple<br>
&gt; V-cycle with my existing framework but since petsc already provides<br>
&gt; this functionality along with different types of MG solves (with<br>
&gt; verified code!), I really want to use it for my system. Any help<br>
&gt; and/or pointers are welcome.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; vijay<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>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<br>
</div>
</blockquote></div><br></div></body></html>