<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 25, 2015 at 10:29 AM, Florian Lindner <span dir="ltr"><<a href="mailto:mailinglists@xgm.de" target="_blank">mailinglists@xgm.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Mittwoch, 25. März 2015, 10:17:45 schrieb Matthew Knepley:<br>
> On Wed, Mar 25, 2015 at 10:13 AM, Florian Lindner <<a href="mailto:mailinglists@xgm.de">mailinglists@xgm.de</a>><br>
> wrote:<br>
><br>
> > Hello,<br>
> ><br>
> > I'm using the petsc4py. It works fine after some hurdling with missing<br>
> > documentation. (were not able to find API doc anywhere, I generated it<br>
> > myself now).<br>
> ><br>
> > I try to use the switches like -ksp_monitor like that:<br>
> ><br>
> > import petsc4py<br>
> > from petsc4py import PETSc<br>
> ><br>
> > petsc4py.init(sys.argv)<br>
> ><br>
> > but no reaction when calling my script like that:<br>
> ><br>
> > python prbf.py -ksp_monitor<br>
> ><br>
> > What am I doing wrong? I also tried calling init before importing PETSc<br>
> > but no changes.<br>
> ><br>
><br>
> Did you remember to call setFromOptions() on the KSP? We do not configure<br>
> anything from<br>
> the command line unless you tell us to. That way, people can do things<br>
> solely from the API<br>
> is they want.<br>
<br>
Double fail from my said.<br>
<br>
I works when called like that:<br>
<br>
import petsc4py<br>
petsc4py.init(sys.argv)<br>
from petsc4py import PETSc<br>
<br>
Importing PETSc probably calls init and subsequent calls have no effect.<br>
<br>
> How did you generate the documentation?<br>
<br>
Second fail. I tried to generate it yesterday after I cloned the git and was unable to generate myself. make html does not brought much sphinx doc. Then I learned that the tarball contains an epydoc. Is that available online somewhere?<br>
<br>
The online repo is a bit confusing, it contains an index.rst <a href="https://bitbucket.org/petsc/petsc4py/src/9dce29cab0b03f4d75fdebab087575b9635bd206/docs/index.rst?at=master" target="_blank">https://bitbucket.org/petsc/petsc4py/src/9dce29cab0b03f4d75fdebab087575b9635bd206/docs/index.rst?at=master</a><br>
but this file seems to be competely dysfunctional. It looks like links in the document but nothing clickable (I can't even mark test), the Blame/Embed/Raw also seem dysfunctional.<br></blockquote><div><br></div><div>That file is obviously old and was removed.</div><div><br></div><div>Lisandro, are we generating documentation somewhere?</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br>
Florian<br>
<br>
><br>
>   Thanks,<br>
><br>
>     Matt<br>
><br>
><br>
> > Thanks,<br>
> > Florian<br>
> ><br>
><br>
><br>
><br>
><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">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></div>