Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h11 PETSC_EXTERN PetscErrorCode DMShellSetMatrix(DM, Mat);
/petsc/src/snes/tutorials/
H A Dex73f90t.F90502 PetscCallA(DMShellSetMatrix(daphi, Amat, ierr))
574 PetscCallA(DMShellSetMatrix(dalam, Dmat, ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx37 petsc.DMShellSetMatrix
40 CHKERR(DMShellSetMatrix(self.dm, mat.mat))
H A Dpetscdmshell.pxi46 PetscErrorCode DMShellSetMatrix(PetscDM, PetscMat)
/petsc/src/dm/impls/shell/
H A Ddmshell.c338 PetscErrorCode DMShellSetMatrix(DM dm, Mat J) in DMShellSetMatrix() function