Home
last modified time | relevance | path

Searched refs:MatGetOwnershipRangesColumn (Results 1 – 7 of 7) sorted by relevance

/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c287 PetscCall(MatGetOwnershipRangesColumn(tao->hessian, &rranges)); in TaoSNESJacobian_PDIPM()
288 PetscCall(MatGetOwnershipRangesColumn(tao->hessian, &cranges)); in TaoSNESJacobian_PDIPM()
1044 PetscCall(MatGetOwnershipRangesColumn(tao->hessian, &cranges)); in TaoSetup_PDIPM()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx451 PetscCall(MatGetOwnershipRangesColumn(A, &ranges)); in MatAssemblyEnd_Htool()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi280 PetscErrorCode MatGetOwnershipRangesColumn(PetscMat, const PetscInt*[])
H A DMat.pyx2052 getOwnershipRangeColumn, petsc.MatGetOwnershipRangesColumn
2056 CHKERR(MatGetOwnershipRangesColumn(self.mat, &colrng))
/petsc/include/
H A Dpetscmat.h869 PETSC_EXTERN PetscErrorCode MatGetOwnershipRangesColumn(Mat, const PetscInt **);
/petsc/doc/manual/
H A Dmat.md202 …)`, `MatGetOwnershipRangeColumn()`, `MatGetOwnershipRanges()`, and `MatGetOwnershipRangesColumn()`.
/petsc/src/mat/interface/
H A Dmatrix.c7043 PetscErrorCode MatGetOwnershipRangesColumn(Mat mat, const PetscInt *ranges[]) in MatGetOwnershipRangesColumn() function