Home
last modified time | relevance | path

Searched defs:ainvtype (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.h11 MatSchurComplementAinvType ainvtype; member
H A Dschurm.c601 … IS iscol0, IS isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplementAinvType ainvtype, Ma… in MatGetSchurComplement_Basic()
696 … IS iscol0, IS isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplementAinvType ainvtype, Ma… in MatGetSchurComplement()
738 PetscErrorCode MatSchurComplementSetAinvType(Mat S, MatSchurComplementAinvType ainvtype) in MatSchurComplementSetAinvType()
770 PetscErrorCode MatSchurComplementGetAinvType(Mat S, MatSchurComplementAinvType *ainvtype) in MatSchurComplementGetAinvType()
805 …ateSchurComplementPmat(Mat A00, Mat A01, Mat A10, Mat A11, MatSchurComplementAinvType ainvtype, Ma… in MatCreateSchurComplementPmat()