<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 05/13/2010 04:41 PM, Matthew Knepley wrote:<br>
<blockquote
 cite="mid:AANLkTilV9gXu1VpFICsHLeN9dSNgNeake-r7iHKmw_aM@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <div>&nbsp;</div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In
my application, a ksp configured by the user is given, and I would like
to use that configuration for solving all the linear systems. Creating
new ksps and configuring them with KSPSetFromOptions is not a complete
solution because the user could modify the ksp by code.<br>
  </blockquote>
  </div>
  <div><br>
  </div>
You can replicate all the KSP settings in the new KSP. They are all
available by the API.
  <div><br>
  </div>
  <div>&nbsp;&nbsp; Matt<br>
-- <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>
  </div>
</blockquote>
<br>
Are you suggesting that I have to call _all_ KSPGet* routines and then
the corresponding KSPSet* routines in order to copy a ksp object?<br>
<br>
Thanks for your time,<br>
<br>
Eloy<br>
</body>
</html>