<div dir="ltr">1) I wanna know the difference between applying option with command line and within source code.<br>From my experience, command line option helps set other default settings that I didn't applied, I guess.<div><br></div><div>2) I made a matrix-free matrix with MatCreateSNESMF function, and every time I check my snes context with SNESView, </div><div><br></div><div><div>    Mat Object:     1 MPI processes<br></div><div>      type: mffd</div><div>      rows=11616, cols=11616</div><div>        Matrix-free approximation:</div><div>          err=1.49012e-08 (relative error in function evaluation)</div><div>          The compute h routine has not yet been set</div></div><div><br></div><div>at the end of line shows there's no routine for computing h value.</div><div>I used MatMFFDWPSetComputeNormU function, but it didn't work I think.</div><div>Is it ok if I leave the h value that way? Or should I have to set h computing routine?</div><div><br></div><div><br></div><div>Kyungjun.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-18 23:18 GMT+09:00 Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Thu, Aug 18, 2016 at 8:35 AM, 최경준 <span dir="ltr"><<a href="mailto:kyungjun.choi92@gmail.com" target="_blank">kyungjun.choi92@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, I'm trying to set my SNES matrix-free with Walker & Pernice way of computing h value.<div><br></div><div>I found above command (MatSNESMFWPSetComputeNormU) but my fortran compiler couldn't fine any reference of that command.</div><div><br></div><div>I checked Petsc changes log, but there weren't any mentions about that command.</div><div><br></div><div>Should I have to include another specific header file? </div></div></blockquote><div><br></div></span><div>We have this function</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatMFFDWPSetComputeNormU.html" target="_blank">http://www.mcs.anl.gov/<wbr>petsc/petsc-current/docs/<wbr>manualpages/Mat/<wbr>MatMFFDWPSetComputeNormU.html</a></div><div><br></div><div>but I would recommend using the command line option</div><div><br></div><div>  <b style="color:rgb(0,0,0);font-family:Times;font-size:medium">-mat_mffd_compute_normu</b></div><div> </div><div>  Thanks,</div><div><br></div><div>     Matt</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thank you always.</div></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div data-smartmail="gmail_signature">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>
</font></span></div></div>
</blockquote></div><br></div>