Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h32 PETSC_EXTERN PetscErrorCode DMShellSetCreateInjection(DM, PetscErrorCode (*)(DM, DM, Mat *));
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx484 petsc.DMShellSetCreateInjection
492 CHKERR(DMShellSetCreateInjection(self.dm, DMSHELL_CreateInjection))
494 CHKERR(DMShellSetCreateInjection(self.dm, NULL))
H A Dpetscdmshell.pxi61 PetscErrorCode DMShellSetCreateInjection(PetscDM, PetscDMShellCreateInjectionFunction)
/petsc/src/dm/impls/shell/
H A Ddmshell.c918 PetscErrorCode DMShellSetCreateInjection(DM dm, PetscErrorCode (*inject)(DM, DM, Mat *)) in DMShellSetCreateInjection() function