Home
last modified time | relevance | path

Searched refs:DMShellSetLocalToLocal (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h21 PETSC_EXTERN PetscErrorCode DMShellSetLocalToLocal(DM, PetscErrorCode (*)(DM, Vec, InsertMode, Vec)…
/petsc/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c135 *ierr = DMShellSetLocalToLocal(*dm, ourlocaltolocalbegin, ourlocaltolocalend); in dmshellsetlocaltolocal_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx299 petsc.DMShellSetLocalToLocal
317 CHKERR(DMShellSetLocalToLocal(self.dm, cbegin, cend))
H A Dpetscdmshell.pxi55 … PetscErrorCode DMShellSetLocalToLocal(PetscDM, PetscDMShellXToYFunction, PetscDMShellXToYFunction)
/petsc/src/dm/impls/shell/
H A Ddmshell.c610 PetscErrorCode DMShellSetLocalToLocal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pet… in DMShellSetLocalToLocal() function