Home
last modified time | relevance | path

Searched refs:MatGetRowSum (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/tests/
H A Dnoflux_check.c132 PetscCall(MatGetRowSum(K2d, row2d)); in main()
149 PetscCall(MatGetRowSum(K3d, row3d)); in main()
/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c249 PetscCall(MatGetRowSum(pc->pmat, diag)); in PCSetUp_Jacobi()
284 PetscCall(MatGetRowSum(pc->pmat, diagsqrt)); in PCSetUp_Jacobi()
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c851 PetscCall(MatGetRowSum(A00, diag)); in MatCreateSchurComplementPmat()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1542 PetscCall(MatGetRowSum(M[0], sum[0])); in PCHPDDMAlgebraicAuxiliaryMat_Private()
1543 PetscCall(MatGetRowSum(aux, sum[1])); in PCHPDDMAlgebraicAuxiliaryMat_Private()
2166 PetscCall(MatGetRowSum(P00, v)); in PCSetUp_HPDDM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi391 PetscErrorCode MatGetRowSum(PetscMat, PetscVec)
H A DMat.pyx3679 petsc.MatGetRowSum
3686 CHKERR(MatGetRowSum(self.mat, result.vec))
/petsc/include/
H A Dpetscmat.h823 PETSC_EXTERN PetscErrorCode MatGetRowSum(Mat, Vec);
/petsc/src/mat/interface/
H A Dmatrix.c5257 PetscErrorCode MatGetRowSum(Mat mat, Vec v) in MatGetRowSum() function