Home
last modified time | relevance | path

Searched defs:ins (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/tests/
H A Dex201f.F90114 subroutine mymatdiagonalset(A, x, ins, ierr) argument
/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c133 static PetscErrorCode ourdiagonalset(Mat mat, Vec x, InsertMode ins) in ourdiagonalset()
/petsc/src/mat/impls/shell/
H A Dshell.c1252 static PetscErrorCode MatDiagonalSet_Shell(Mat A, Vec D, InsertMode ins) in MatDiagonalSet_Shell()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1535 …, const PetscInt rows[], PetscInt nc, const PetscInt cols[], const PetscScalar v[], InsertMode ins)