Ok thank you very much<br><br>
<div><span class="gmail_quote">On 4/9/07, <b class="gmail_sendername">Barry Smith</b> &lt;<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>On Mon, 9 Apr 2007, Ben Tay wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I am solving a poisson eqn and using hypre as a preconditioner has greatly
<br>&gt; increased the speed. I am trying to do some more tuning and I have some<br>&gt; questions:<br>&gt;<br>&gt; 1. Is boomerAMG the only option?<br><br>Yes, but all will suck on the poisson compared to boomeramg, so stick to
<br>boomer<br><br>What are the other hypre conditioners<br>&gt; available? Is there any documentation somewhere?<br><br>Run with -help and check the hypre users manual<br><br>&gt;Is hypre just a<br>&gt; preconditioner or can it be a solver as well?
<br><br>Run with -ksp_type richardson to use it as a &quot;solver&quot;<br>&gt;<br>&gt; 2. what does the preonly in ksp_type mean? Is the eqns solved?<br><br>&nbsp;&nbsp;It means apply the preconditioner ONCE, unless the preconditioner is
<br>a direct solver it does not solve the equations. Richardson means run<br>some number of iterations of the preconditioner and can solve the equations<br><br>&gt;<br>&gt; 3. why can&#39;t I use bcgs&nbsp;&nbsp;or bicg with hypre?
<br><br>&nbsp;&nbsp;hypre doesn&#39;t support applying the transpose of the preconditioner that<br>bcgs and bicg need?<br><br><br>&gt; Also, can cg be used for<br>&gt; non-symmetric matrix. It seems to work.<br><br>Sometimes it works, but it is dangerous and not worth risking.
<br><br>&nbsp;&nbsp;Barry<br><br>&gt;<br>&gt; Thank you very much.<br>&gt;<br>&gt; Regards.<br>&gt;<br><br></blockquote></div><br>