<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 20, 2017 at 12:17 PM, Praveen C <span dir="ltr"><<a href="mailto:cpraveen@gmail.com" target="_blank">cpraveen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear all<div><br></div><div>I am using TS in my code to solve 3-d compressible navier-stokes [1]. To use an implicit scheme, I will use matrix free approach. I want to implement my own preconditioner which is also matrix-free. Can you point out some existing examples that can help me in this ?</div></div></blockquote><div><br></div><div>I do not think we have any. You should just need to create a MATSHELL for the Jacobian, and then stick the input vector in a context</div><div>inside the FormIJacobian routine. Note also you will need to handle the scaling for the derivative with respect to \dot u. You can do the PC</div><div>with PCSHELL. You can show us your code if it does not work.</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"><div dir="ltr"><div>Thanks</div><div>praveen</div><div><br></div><div>[1] <a href="https://bitbucket.org/cpraveen/ug3" target="_blank">https://bitbucket.org/<wbr>cpraveen/ug3</a></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>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><br></div><div><a href="http://www.caam.rice.edu/~mk51/" target="_blank">http://www.caam.rice.edu/~mk51/</a><br></div></div></div>
</div></div>