Searched refs:DMShellSetGlobalToLocal (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscdmshell.h | 17 PETSC_EXTERN PetscErrorCode DMShellSetGlobalToLocal(DM, PetscErrorCode (*)(DM, Vec, InsertMode, Vec…
|
| /petsc/src/dm/impls/shell/ftn-custom/ |
| H A D | zdmshellf.c | 117 *ierr = DMShellSetGlobalToLocal(*dm, ourglobaltolocalbegin, ourglobaltolocalend); in dmshellsetglobaltolocal_()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 171 petsc.DMShellSetGlobalToLocal 187 CHKERR(DMShellSetGlobalToLocal(self.dm, cbegin, cend))
|
| H A D | petscdmshell.pxi | 51 …PetscErrorCode DMShellSetGlobalToLocal(PetscDM, PetscDMShellXToYFunction, PetscDMShellXToYFunction)
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 556 PetscErrorCode DMShellSetGlobalToLocal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pe… in DMShellSetGlobalToLocal() function
|