Home
last modified time | relevance | path

Searched refs:MatFindZeroRows (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcnullspace.c107 PetscCall(MatFindZeroRows(shell_ctx->inv_smat, &zerorows)); in PCBDDCNullSpaceAssembleCorrection()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi382 PetscErrorCode MatFindZeroRows(PetscMat, PetscIS*)
H A DMat.pyx3510 petsc.MatFindZeroRows
3514 CHKERR(MatFindZeroRows(self.mat, &zerorows.iset))
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx111 PetscCall(MatFindZeroRows(*sub, &zero)); in PCHPDDMSplittingMatNormal_Private()
1396 …PetscCall(MatFindZeroRows(A01, &z)); /* for essential boundary conditions, some implementations wi… in PCHPDDMCheckSymmetry_Private()
/petsc/include/
H A Dpetscmat.h1418 PETSC_EXTERN PetscErrorCode MatFindZeroRows(Mat, IS *);
/petsc/src/mat/interface/
H A Dmatrix.c336 PetscErrorCode MatFindZeroRows(Mat mat, IS *zerorows) in MatFindZeroRows() function
11193 PetscCall(MatFindZeroRows(*A, &zerorows)); in MatGalerkin()