On Wed, Jul 4, 2012 at 12:48 AM, hbui <span dir="ltr"><<a href="mailto:hgbk2008@gmail.com" target="_blank">hgbk2008@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">
Hi<br>
<br>
I have a finite element program written in Java to perform analysis in structural application. I want to integrate petsc into my program to exploit the distributed parallel solver (with various preconditioners). How could i do that? i think about using swig to generate Java interface but i'm not clear on which should be the starting point.<br>
</blockquote><div><br></div><div>The first step is passing arrays of doubles between PETSc and Java. This will allow you to fill up Vec and Mat objects.</div><div>Once that is done, you only need to wrap a few solvers functions.</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">
Regards,<br>
Giang Bui<br>
<br>
</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<br>