petsc-3.14.6 2021-03-30
Report Typos and Errors
MatMFFDResetHHistory
Resets the counter to zero to begin collecting a new set of differencing histories.
Synopsis
#include "petscmat.h"
PetscErrorCode
MatMFFDResetHHistory
(
Mat
J)
Logically Collective on
Mat
Input Parameters
J
- the matrix-free matrix context
Notes
Use
MatMFFDSetHHistory
() to create the original history counter.
See Also
MatMFFDGetH
(),
MatCreateSNESMF
(),
MatMFFDSetHHistory
(),
MatMFFDSetFunctionError
()
Level
advanced
Location
src/mat/impls/mffd/mffd.c
Implementations
MatMFFDResetHHistory_MFFD in src/mat/impls/mffd/mffd.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages