Searched refs:PCJacobiGetDiagonal (Results 1 – 4 of 4) sorted by relevance
182 PetscCall(PCJacobiGetDiagonal(pc, diag, NULL)); in main()
731 PetscErrorCode PCJacobiGetDiagonal(PC pc, Vec diagonal, Vec diagonal_sqrt) in PCJacobiGetDiagonal() function
125 - Add `PCJacobiGetDiagonal()` to access the Jacobi inverted matrix diagonal and its square root var…
159 PETSC_EXTERN PetscErrorCode PCJacobiGetDiagonal(PC, Vec, Vec);