Searched refs:MatGetOwnershipRangesColumn (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 287 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 D | htool.cxx | 451 PetscCall(MatGetOwnershipRangesColumn(A, &ranges)); in MatAssemblyEnd_Htool()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 280 PetscErrorCode MatGetOwnershipRangesColumn(PetscMat, const PetscInt*[])
|
| H A D | Mat.pyx | 2052 getOwnershipRangeColumn, petsc.MatGetOwnershipRangesColumn 2056 CHKERR(MatGetOwnershipRangesColumn(self.mat, &colrng))
|
| /petsc/include/ |
| H A D | petscmat.h | 869 PETSC_EXTERN PetscErrorCode MatGetOwnershipRangesColumn(Mat, const PetscInt **);
|
| /petsc/doc/manual/ |
| H A D | mat.md | 202 …)`, `MatGetOwnershipRangeColumn()`, `MatGetOwnershipRanges()`, and `MatGetOwnershipRangesColumn()`.
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7043 PetscErrorCode MatGetOwnershipRangesColumn(Mat mat, const PetscInt *ranges[]) in MatGetOwnershipRangesColumn() function
|