Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h35 PETSC_EXTERN PetscErrorCode DMShellSetCreateDomainDecomposition(DM, PetscErrorCode (*)(DM, PetscInt…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx580 petsc.DMShellSetCreateDomainDecomposition
588 CHKERR(DMShellSetCreateDomainDecomposition(self.dm, DMSHELL_CreateDomainDecomposition))
590 CHKERR(DMShellSetCreateDomainDecomposition(self.dm, NULL))
H A Dpetscdmshell.pxi64 …PetscErrorCode DMShellSetCreateDomainDecomposition(PetscDM, PetscDMShellCreateDomainDecompositionF…
/petsc/src/dm/impls/shell/
H A Ddmshell.c995 PetscErrorCode DMShellSetCreateDomainDecomposition(DM dm, PetscErrorCode (*decomp)(DM, PetscInt *, … in DMShellSetCreateDomainDecomposition() function