<div class="gmail_quote">On Fri, Dec 3, 2010 at 19:33, Randall Mackie <span dir="ltr"><<a href="mailto:rlmackie862@gmail.com">rlmackie862@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Are there any examples that show how to use the ML PC?</blockquote></div><br><div>Run any example that uses assembled matrices (almost all of them) with -pc_type ml.</div><div><br></div><div>It exposes the full multigrid hierarchy so all the usual options for PCMG work. ML-specific options are only available through the options database (we don't have interface functions for all of them). Run with</div>
<div><br></div><div> -pc_type ml -help | grep pc_ml_</div><div><br></div><div>to see them.</div><div><br></div><div>Jed</div>