Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h48 MatMFFDiFn *funci; /* Evaluates func_[i]() */
H A Dmffd.c792 PetscErrorCode MatMFFDSetFunctioni(Mat mat, MatMFFDiFn *funci) in MatMFFDSetFunctioni()
796 PetscTryMethod(mat, "MatMFFDSetFunctioni_C", (Mat, MatMFFDiFn *), (mat, funci)); in MatMFFDSetFunctioni()
/petsc/doc/changes/
H A D324.md85 - Add `MatMFFDFn`, `MatMFFDiFn`, `MatMFFDiBaseFn`, and `MatMFFDCheckhFn` type definitions
/petsc/include/
H A Dpetscmat.h2194 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MatMFFDiFn(PetscCtx ctx, PetscInt i, Vec x, PetscScalar… typedef
2232 PETSC_EXTERN PetscErrorCode MatMFFDSetFunctioni(Mat, MatMFFDiFn *);