Home
last modified time | relevance | path

Searched refs:PCJacobiGetDiagonal (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex4.c182 PetscCall(PCJacobiGetDiagonal(pc, diag, NULL)); in main()
/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c731 PetscErrorCode PCJacobiGetDiagonal(PC pc, Vec diagonal, Vec diagonal_sqrt) in PCJacobiGetDiagonal() function
/petsc/doc/changes/
H A D321.md125 - Add `PCJacobiGetDiagonal()` to access the Jacobi inverted matrix diagonal and its square root var…
/petsc/include/
H A Dpetscpc.h159 PETSC_EXTERN PetscErrorCode PCJacobiGetDiagonal(PC, Vec, Vec);