Home
last modified time | relevance | path

Searched refs:ISSetIdentity (Results 1 – 13 of 13) sorted by relevance

/petsc/src/mat/graphops/order/
H A Dsorder.c39 PetscCall(ISSetIdentity(*irow)); in MatGetOrdering_Natural()
40 PetscCall(ISSetIdentity(*icol)); in MatGetOrdering_Natural()
204 PetscCall(ISSetIdentity(*cperm)); in MatGetOrdering()
205 PetscCall(ISSetIdentity(*rperm)); in MatGetOrdering()
/petsc/src/mat/impls/normal/
H A Dnormmh.c26 PetscCall(ISSetIdentity(row[0])); in MatCreateSubMatrices_NormalHermitian()
53 PetscCall(ISSetIdentity(row)); in MatPermute_NormalHermitian()
H A Dnormm.c43 PetscCall(ISSetIdentity(row[0])); in MatCreateSubMatrices_Normal()
70 PetscCall(ISSetIdentity(row)); in MatPermute_Normal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi37 PetscErrorCode ISSetIdentity(PetscIS)
H A DIS.pyx579 petsc.ISSetIdentity
582 CHKERR(ISSetIdentity(self.iset))
/petsc/include/
H A Dpetscis.h51 PETSC_EXTERN PetscErrorCode ISSetIdentity(IS);
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c206 PetscCall(ISSetIdentity(iscol)); in PCTelescopeMatCreate_default()
/petsc/src/vec/is/is/interface/
H A Dindex.c903 PetscErrorCode ISSetIdentity(IS is) in ISSetIdentity() function
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1494 PetscCall(ISSetIdentity(icol[2])); in PCHPDDMAlgebraicAuxiliaryMat_Private()
1509 PetscCall(ISSetIdentity(irow[0])); in PCHPDDMAlgebraicAuxiliaryMat_Private()
1959 PetscCall(ISSetIdentity(uis)); in PCSetUp_HPDDM()
/petsc/src/mat/impls/is/
H A Dmatis.c332 PetscCall(ISSetIdentity(is)); in MatConvert_SeqXAIJ_IS()
347 PetscCall(ISSetIdentity(is)); in MatConvert_SeqXAIJ_IS()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c501 PetscCall(ISSetIdentity(rest)); in PCFieldSplitSetDefaults()
/petsc/src/mat/interface/
H A Dmatrix.c10537 PetscCall(ISSetIdentity(iscol)); in MatCreateRedundantMatrix()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3115 PetscCall(ISSetIdentity(iscol_local)); in ISGetSeqIS_Private()