Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h36 PETSC_EXTERN PetscErrorCode DMShellSetCreateDomainDecompositionScatters(DM, PetscErrorCode (*)(DM, …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx612 petsc.DMShellSetCreateDomainDecompositionScatters
620 …CHKERR(DMShellSetCreateDomainDecompositionScatters(self.dm, DMSHELL_CreateDomainDecompositionScatt…
622 CHKERR(DMShellSetCreateDomainDecompositionScatters(self.dm, NULL))
H A Dpetscdmshell.pxi65 …PetscErrorCode DMShellSetCreateDomainDecompositionScatters(PetscDM, PetscDMShellCreateDomainDecomp…
/petsc/src/dm/impls/shell/
H A Ddmshell.c1020 PetscErrorCode DMShellSetCreateDomainDecompositionScatters(DM dm, PetscErrorCode (*scatter)(DM, Pet… in DMShellSetCreateDomainDecompositionScatters() function