The TS examples clearly still need a thorough modernizing that we've all been loathe to begin in earnest. :)<br><br>- Peter<br><br><div class="gmail_quote">On Sun, Oct 21, 2012 at 8:19 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  For example,<br>
<br>
     ierr = PetscOptionsGetReal(PETSC_NULL,"-dt",&dt,PETSC_NULL);CHKERRQ(ierr);<br>
     ierr = TSSetInitialTimeStep(ts,0.0,dt);CHKERRQ(ierr);<br>
<br>
  since TSSetFromOptions() already has the option -ts_dt  there is no reason for the examples to provide the option.<br>
<br>
  Etc Etc.<br>
<br>
   Thanks<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
   Barry<br>
<br>
<br>
</font></span></blockquote></div><br>