<div class="gmail_quote">On Thu, May 12, 2011 at 08:12, Sylvain Barbot <span dir="ltr">&lt;<a href="mailto:sylbar.vainbot@gmail.com">sylbar.vainbot@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;">
<div id=":7y">My primary concern now is computation speed, especially for<br>
3-D problems, where i have of the order 512^3 degrees of freedom. I<br>
was planning to test Jacobi and SOR smoothers. Is there another<br>
smoother you recommend for this kind of problem?</div></blockquote></div><br><div>It&#39;s worth trying ILU as a smoother, especially if you are using a stretched mesh. What discretization are you using? I still recommend just writing the matrix assembly and experimenting (you can do everything on the command line). Then, if the problem of interest responds well to SOR, you can easily put in an option to use matrix-free. That is, you would have one code with a runtime option of which levels to assemble versus handle matrix-free. The fastest choice will almost certainly depend on the problem and on the hardware that you are running it on, so it&#39;s well worth having both options available.</div>