Home
last modified time | relevance | path

Searched refs:DMShellGetCreateInjection (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h33 PETSC_EXTERN PetscErrorCode DMShellGetCreateInjection(DM, PetscErrorCode (**)(DM, DM, Mat *));
/petsc/src/dm/impls/shell/
H A Ddmshell.c945 PetscErrorCode DMShellGetCreateInjection(DM dm, PetscErrorCode (**inject)(DM, DM, Mat *)) in DMShellGetCreateInjection() function