Home
last modified time | relevance | path

Searched refs:DMShellSetLocalVector (Results 1 – 6 of 6) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h14 PETSC_EXTERN PetscErrorCode DMShellSetLocalVector(DM, Vec);
/petsc/src/snes/tutorials/
H A Dex73f90t.F90507 PetscCallA(DMShellSetLocalVector(daphi, x1loc, ierr))
579 PetscCallA(DMShellSetLocalVector(dalam, x2loc, ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx71 setGlobalVector, petsc.DMShellSetLocalVector
74 CHKERR(DMShellSetLocalVector(self.dm, lv.vec))
H A Dpetscdm.pxi199 PetscErrorCode DMShellSetLocalVector(PetscDM, PetscVec)
H A Dpetscdmshell.pxi48 PetscErrorCode DMShellSetLocalVector(PetscDM, PetscVec)
/petsc/src/dm/impls/shell/
H A Ddmshell.c486 PetscErrorCode DMShellSetLocalVector(DM dm, Vec X) in DMShellSetLocalVector() function