<div dir="ltr"><div>Dear PETSC users,</div><div><br></div><div>I recently downgraded my PETSC library from version 3.5.0 to version 3.4.4. For my application, most differences between the twos were changes in PETSC function interfaces. For examples, I got errors such as too few arguments in function call, but some errors were about the new functionality in the latest version. Does anyone know about 3.4.4 functions corresponding to KSPSetReusePreconditioner() and MatMumpsSetIcntl()? In advance, thanks for your comments.</div>

<div><br></div><div>Regards,</div><div>Evan</div><div><br></div><div>fetdem3d_driver_csem.cpp(330): error: identifier "KSPSetReusePreconditioner" is undefined<br>                        KSPSetReusePreconditioner(ksp_fetd_dt,PETSC_TRUE); </div>

<div><br></div><div>fetdem3d_driver_csem.cpp(493): error: identifier "MatMumpsSetIcntl" is undefined<br>        MatMumpsSetIcntl(F_dt, icntl, ival);</div></div>