On Mon, Nov 7, 2011 at 09:39, NAN ZHAO <zhaonanavril at gmail.com> wrote:
> I want to solve a coupled system and prepare to solve the two system in > certain order in one code. I need to use the KSP solver twice, Does anyone > know a good example in the example file. Do I need to create two Petsc > object in a c++ code? > Just create two KSP objects, one for each system you want to solve. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20111107/89c94521/attachment.htm>
