Searched refs:DMShellSetLocalToGlobal (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 19 PETSC_EXTERN PetscErrorCode DMShellSetLocalToGlobal(DM, PetscErrorCode (*)(DM, Vec, InsertMode, Vec…
|
| /petsc/src/dm/impls/shell/ftn-custom/ |
| H A D | zdmshellf.c | 126 *ierr = DMShellSetLocalToGlobal(*dm, ourlocaltoglobalbegin, ourlocaltoglobalend); in dmshellsetlocaltoglobal_()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 235 petsc.DMShellSetLocalToGlobal 251 CHKERR(DMShellSetLocalToGlobal(self.dm, cbegin, cend))
|
| H A D | petscdmshell.pxi | 53 …PetscErrorCode DMShellSetLocalToGlobal(PetscDM, PetscDMShellXToYFunction, PetscDMShellXToYFunction)
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 583 PetscErrorCode DMShellSetLocalToGlobal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pe… in DMShellSetLocalToGlobal() function
|