Hi 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.
Regards, Giang Bui
