Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.h11 MatSchurComplementAinvType ainvtype;
21 …GetSchurComplement_Basic(Mat, IS, IS, IS, IS, MatReuse, Mat *, MatSchurComplementAinvType, MatReus…
H A Dschurm.c601 …ow0, IS iscol0, IS isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplementAinvType ainvtype… in MatGetSchurComplement_Basic()
696 …ow0, IS iscol0, IS isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplementAinvType ainvtype… in MatGetSchurComplement()
738 PetscErrorCode MatSchurComplementSetAinvType(Mat S, MatSchurComplementAinvType ainvtype) in MatSchurComplementSetAinvType()
770 PetscErrorCode MatSchurComplementGetAinvType(Mat S, MatSchurComplementAinvType *ainvtype) in MatSchurComplementGetAinvType()
805 …tCreateSchurComplementPmat(Mat A00, Mat A01, Mat A10, Mat A11, MatSchurComplementAinvType ainvtype… in MatCreateSchurComplementPmat()
/petsc/include/
H A Dpetscksp.h1157 } MatSchurComplementAinvType; typedef
1166 PETSC_EXTERN PetscErrorCode MatSchurComplementSetAinvType(Mat, MatSchurComplementAinvType);
1167 PETSC_EXTERN PetscErrorCode MatSchurComplementGetAinvType(Mat, MatSchurComplementAinvType *);
1170 …de MatGetSchurComplement(Mat, IS, IS, IS, IS, MatReuse, Mat *, MatSchurComplementAinvType, MatReus…
1171 …etscErrorCode MatCreateSchurComplementPmat(Mat, Mat, Mat, Mat, MatSchurComplementAinvType, MatReus…
/petsc/src/ksp/ksp/tests/
H A Dex21.c108 MatSchurComplementAinvType ainv_type = MAT_SCHUR_COMPLEMENT_AINV_DIAG; in main()
/petsc/include/petsc/private/
H A Dkspimpl.h494 …GetSchurComplement_Basic(Mat, IS, IS, IS, IS, MatReuse, Mat *, MatSchurComplementAinvType, MatReus…
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c172 MatSchurComplementAinvType atype; in PCView_FieldSplit_Schur()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2153 MatSchurComplementAinvType type; in PCSetUp_HPDDM()