Searched refs:DMShellSetCreateSubDM (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 37 PETSC_EXTERN PetscErrorCode DMShellSetCreateSubDM(DM, PetscErrorCode (*)(DM, PetscInt, const PetscI…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 644 petsc.DMShellSetCreateSubDM 652 CHKERR(DMShellSetCreateSubDM(self.dm, DMSHELL_CreateSubDM)) 654 CHKERR(DMShellSetCreateSubDM(self.dm, NULL))
|
| H A D | petscdmshell.pxi | 66 PetscErrorCode DMShellSetCreateSubDM(PetscDM, PetscDMShellCreateSubDM)
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 1045 PetscErrorCode DMShellSetCreateSubDM(DM dm, PetscErrorCode (*subdm)(DM, PetscInt, const PetscInt[],… in DMShellSetCreateSubDM() function
|