Searched defs:InsertMode (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/shell/ftn-custom/ |
| H A D | zdmshellf.c | 111 PETSC_EXTERN void dmshellsetglobaltolocal_(DM *dm, void (*begin)(DM *, Vec *, InsertMode *, Vec *, … in dmshellsetglobaltolocal_() argument 120 PETSC_EXTERN void dmshellsetlocaltoglobal_(DM *dm, void (*begin)(DM *, Vec *, InsertMode *, Vec *, … in dmshellsetlocaltoglobal_() argument 129 PETSC_EXTERN void dmshellsetlocaltolocal_(DM *dm, void (*begin)(DM *, Vec *, InsertMode *, Vec *, P… in dmshellsetlocaltolocal_() argument
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 142 begin: Callable[[DM, Vec, InsertMode, Vec], None] | None, argument 208 begin: Callable[[DM, Vec, InsertMode, Vec], None] | None, argument 272 begin: Callable[[DM, Vec, InsertMode, Vec], None] | None, argument
|
| H A D | Const.pyx | 47 class InsertMode(object): class
|
| /petsc/src/dm/impls/shell/ |
| H A D | dmshell.c | 556 PetscErrorCode DMShellSetGlobalToLocal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pe… in DMShellSetGlobalToLocal() argument 583 PetscErrorCode DMShellSetLocalToGlobal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pe… in DMShellSetLocalToGlobal() argument 610 PetscErrorCode DMShellSetLocalToLocal(DM dm, PetscErrorCode (*begin)(DM, Vec, InsertMode, Vec), Pet… in DMShellSetLocalToLocal() argument
|
| /petsc/src/binding/petsc4py/demo/python_types/ |
| H A D | matpython_protocol.py | 82 def setDiagonal(self, A: Mat, d: Vec, im: InsertMode) -> None:
|
| /petsc/include/ |
| H A D | petscsystypes.h | 979 } InsertMode; typedef
|