Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex81.c57 PetscCall(MatSetOption(B, MAT_FORCE_DIAGONAL_ENTRIES, PETSC_TRUE)); in main()
/petsc/doc/changes/
H A D315.md128 - Add the option `MAT_FORCE_DIAGONAL_ENTRIES` for `MatSetOption()`. It
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi182 MAT_FORCE_DIAGONAL_ENTRIES
H A DMat.pyx116 FORCE_DIAGONAL_ENTRIES = MAT_FORCE_DIAGONAL_ENTRIES
/petsc/include/
H A Dpetscmat.h627 MAT_FORCE_DIAGONAL_ENTRIES = 3, enumerator
/petsc/src/mat/interface/
H A Dmatrix.c6083 case MAT_FORCE_DIAGONAL_ENTRIES: in MatSetOption()