On Fri, Aug 3, 2012 at 1:34 PM, Amneet Bhalla <span dir="ltr"><<a href="mailto:mail2amneet@gmail.com" target="_blank">mail2amneet@gmail.com</a>></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">
Thanks Matt for pointing to Makefile manual. I just included these lines <div><br></div><div>include $(PETSC_DIR)/conf/variables</div><div>LIBS = $(PETSC_LIB)</div><div><br></div><div>in the hypre's makefile and it is now working. This issue is resolved. I will try to write preconditioner using hypre's multigrid solvers.<br>


<br>Example files which you pointed for AMG and ML are for non-linear solvers and distributed arrays. The </div><div>equation I am solving is linear for which I have a sparse matrix MPIAIJ. Is it possible to use multigrid solvers </div>


<div>in PETSc without going through the process of again creating new arrays/matrices?  </div>
</blockquote></div><br>The point is that if you just use -pc_type gamg from the command line it is no different for these examples. They<div>also build sparse matrices underneath.<br><div><br></div><div>   Matt<br><div><div>
<br></div>-- <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></div></div>