Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h17 PETSC_EXTERN PetscErrorCode DMShellSetGlobalToLocal(DM, PetscErrorCode (*)(DM, Vec, InsertMode, Vec…
/petsc/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c117 *ierr = DMShellSetGlobalToLocal(*dm, ourglobaltolocalbegin, ourglobaltolocalend); in dmshellsetglobaltolocal_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx171 petsc.DMShellSetGlobalToLocal
187 CHKERR(DMShellSetGlobalToLocal(self.dm, cbegin, cend))
H A Dpetscdmshell.pxi51 …PetscErrorCode DMShellSetGlobalToLocal(PetscDM, PetscDMShellXToYFunction, PetscDMShellXToYFunction)
/petsc/src/dm/impls/shell/
H A Ddmshell.c556 PetscErrorCode DMShellSetGlobalToLocal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pe… in DMShellSetGlobalToLocal() function