Searched refs:MatMFFDFn (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/mffd/ |
| H A D | mffdimpl.h | 42 MatMFFDFn *func; /* function used for matrix-free */
|
| H A D | mffd.c | 532 static PetscErrorCode MatMFFDSetFunction_MFFD(Mat mat, MatMFFDFn *func, void *funcctx) in MatMFFDSetFunction_MFFD() 763 PetscErrorCode MatMFFDSetFunction(Mat mat, MatMFFDFn *func, void *funcctx) in MatMFFDSetFunction() 767 PetscTryMethod(mat, "MatMFFDSetFunction_C", (Mat, MatMFFDFn *, void *), (mat, func, funcctx)); in MatMFFDSetFunction()
|
| /petsc/doc/changes/ |
| H A D | 324.md | 85 - Add `MatMFFDFn`, `MatMFFDiFn`, `MatMFFDiBaseFn`, and `MatMFFDCheckhFn` type definitions
|
| /petsc/include/ |
| H A D | petscmat.h | 2179 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MatMFFDFn(PetscCtx ctx, Vec x, Vec y); typedef 2231 PETSC_EXTERN PetscErrorCode MatMFFDSetFunction(Mat, MatMFFDFn *, void *);
|