<div dir="ltr">On Tue, May 21, 2013 at 12:18 PM, Heikki Virtanen <span dir="ltr"><<a href="mailto:heikki.a.virtanen@hotmail.com" target="_blank">heikki.a.virtanen@hotmail.com</a>></span> wrote:<br><div class="gmail_extra">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Thanks! If there is a way to avoid command line options,<br>it would be excellent. Sorry, that I didn't remember to <br></div></div></blockquote><div><br></div><div style>Why?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div dir="ltr">mention this one. Your example has command line options<br>"st_ksp_type","st_pc_type","st_pc_hypre_type"<br>Do they have an equivalent function calls?</div></div></blockquote>
<div><br></div><div style>Yes, all of them do (see online manual). However, we discourage you from doing</div><div style>this because then you hardcode a single solver. The aim should be to try a range</div><div style>of solvers and find the right one for your problem.</div>
<div style><br></div><div style>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="ltr"><span class="HOEnZb"><font color="#888888"><br>
-Heikki</font></span><div><div class="h5"><br><br><div>> > Hi, I try to solve eigenvalue problem using EPS object <br>> > and Krylov-Schur solver. Everything goes well and I <br>> > can solve the problems that I want. <br>
> > <br>> > Anyway, I want to use other preconditioners than the <br>> > default preconditioner. It is a little bit unclear for<br>> > me how to do this. For example, I have installed<br>> > PETSc with Hypre. How can use BoomerAMG preconditioner<br>
> > instead of ILU? ( SLEPc chooses this by default ) <br>> > <br>> > -Heikki<br>> <br>> Have a look at section 3.4.1 of SLEPc's users guide. For instance, you can try something like this:<br>> <br>
> $ ./program -st_ksp_type bcgs -st_pc_type hypre -st_pc_hypre_type boomeramg<br>> <br>> Jose<br>> <br></div>                                           </div></div></div></div>
</blockquote></div><br><br clear="all"><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
</div></div>