On Fri, Dec 3, 2010 at 12:33 PM, Randall Mackie <span dir="ltr">&lt;<a href="mailto:rlmackie862@gmail.com">rlmackie862@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word">Are there any examples that show how to use the ML PC?</div></blockquote><div><br></div><div>-pc_type ml</div><div><br></div><div>It is Algebraic Multigrid.</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;"><div style="word-wrap:break-word"><div>Randy</div><div><div></div><div class="h5"><div><br></div><div><br>
<div><div>On Dec 3, 2010, at 9:02 AM, Matthew Knepley wrote:</div><br><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>   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" target="_blank">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>
  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&#39;t need to know about the mesh.<br>
<br>
You don&#39;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&#39;t specify the prolongation, petsc will use P = R^T.<br>
<br>
<br>
Cheers,<br>
<font color="#888888">  Dave<br>
</font><div><div></div><div><br>
<br>
On 3 December 2010 06:02, Vijay S. Mahadevan &lt;<a href="mailto:vijay.m@gmail.com" target="_blank">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.  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&#39;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&#39;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></div></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>