Home
last modified time | relevance | path

Searched refs:MatShellGetOperation (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D21.md47 `int MatShellGetOperation(Mat,MatOperation,void**);`
49 `int MatShellGetOperation(Mat,MatOperation,void(**)());`
H A D39.md59 - MatShellSetOperation() and MatShellGetOperation() can now only be
H A D324.md89 - Change `MatShellSetOperation()` and `MatShellGetOperation()` so that their final argument must be…
/petsc/src/mat/impls/shell/
H A Dshell.c2242 PetscErrorCode MatShellGetOperation(Mat mat, MatOperation op, PetscErrorCodeFn **g) in MatShellGetOperation() function
/petsc/include/
H A Dpetscmat.h2053 PETSC_EXTERN PetscErrorCode MatShellGetOperation(Mat, MatOperation, PetscErrorCodeFn **);