Home
last modified time | relevance | path

Searched refs:MatMFFDCheckhFn (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h39 MatMFFDCheckhFn *checkh;
H A Dmffd.c999 PetscErrorCode MatMFFDSetCheckh(Mat J, MatMFFDCheckhFn *fun, PetscCtx ctx) in MatMFFDSetCheckh()
1003 PetscTryMethod(J, "MatMFFDSetCheckh_C", (Mat, MatMFFDCheckhFn *, void *), (J, fun, ctx)); in MatMFFDSetCheckh()
/petsc/doc/changes/
H A D324.md85 - Add `MatMFFDFn`, `MatMFFDiFn`, `MatMFFDiBaseFn`, and `MatMFFDCheckhFn` type definitions
/petsc/include/
H A Dpetscmat.h2227 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MatMFFDCheckhFn(PetscCtx ctx, Vec x, Vec y, PetscScalar… typedef
2241 PETSC_EXTERN PetscErrorCode MatMFFDSetCheckh(Mat, MatMFFDCheckhFn *, void *);