Searched refs:DMShellSetCreateInjection (Results 1 – 4 of 4) sorted by relevance
32 PETSC_EXTERN PetscErrorCode DMShellSetCreateInjection(DM, PetscErrorCode (*)(DM, DM, Mat *));
484 petsc.DMShellSetCreateInjection492 CHKERR(DMShellSetCreateInjection(self.dm, DMSHELL_CreateInjection))494 CHKERR(DMShellSetCreateInjection(self.dm, NULL))
61 PetscErrorCode DMShellSetCreateInjection(PetscDM, PetscDMShellCreateInjectionFunction)
918 PetscErrorCode DMShellSetCreateInjection(DM dm, PetscErrorCode (*inject)(DM, DM, Mat *)) in DMShellSetCreateInjection() function