Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h19 PETSC_EXTERN PetscErrorCode DMShellSetLocalToGlobal(DM, PetscErrorCode (*)(DM, Vec, InsertMode, Vec…
/petsc/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c126 *ierr = DMShellSetLocalToGlobal(*dm, ourlocaltoglobalbegin, ourlocaltoglobalend); in dmshellsetlocaltoglobal_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx235 petsc.DMShellSetLocalToGlobal
251 CHKERR(DMShellSetLocalToGlobal(self.dm, cbegin, cend))
H A Dpetscdmshell.pxi53 …PetscErrorCode DMShellSetLocalToGlobal(PetscDM, PetscDMShellXToYFunction, PetscDMShellXToYFunction)
/petsc/src/dm/impls/shell/
H A Ddmshell.c583 PetscErrorCode DMShellSetLocalToGlobal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pe… in DMShellSetLocalToGlobal() function