Searched refs:MatMFFDiFn (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/mffd/ ! |
| H A D | mffdimpl.h | 48 MatMFFDiFn *funci; /* Evaluates func_[i]() */
|
| H A D | mffd.c | 792 PetscErrorCode MatMFFDSetFunctioni(Mat mat, MatMFFDiFn *funci) in MatMFFDSetFunctioni() 796 PetscTryMethod(mat, "MatMFFDSetFunctioni_C", (Mat, MatMFFDiFn *), (mat, funci)); in MatMFFDSetFunctioni()
|
| /petsc/doc/changes/ ! |
| H A D | 324.md | 85 - Add `MatMFFDFn`, `MatMFFDiFn`, `MatMFFDiBaseFn`, and `MatMFFDCheckhFn` type definitions
|
| /petsc/include/ ! |
| H A D | petscmat.h | 2194 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MatMFFDiFn(PetscCtx ctx, PetscInt i, Vec x, PetscScalar… typedef 2232 PETSC_EXTERN PetscErrorCode MatMFFDSetFunctioni(Mat, MatMFFDiFn *);
|