<div dir="ltr">Hi All,<br><br>In 'SNESSetJacobian' I could pass 'SNESDefaultComputeJacobian' to let PETSc do the finite differencing for me to calculate Jacobian, i.e.,<br><br>SNESSetJacobian(snes, J, J, SNESDefaultComputeJacobian, PETSC_NULL);<br>
<br><br>In TSSetRHSJacobian, this options seems to be invalid, i.e., it requires a function to evaluate the Jacobian, i.e.,<br><br><br>TSSetRHSJacobian(ts, J, J, FormRHSJacobian, PETSC_NULL);<br><br><br>Is it possible that TS could also use PETSc finite differencing Jacobian as SNES does?<br>
<br><br>Best,<br><br><br>Ling<br></div>