Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c110 Na->ainvtype = MAT_SCHUR_COMPLEMENT_AINV_DIAG; in MatSetFromOptions_SchurComplement()
111 …(A00)) A01", "MatSchurComplementSetAinvType", MatSchurComplementAinvTypes, (PetscEnum)Na->ainvtype, in MatSetFromOptions_SchurComplement()
112 (PetscEnum *)&Na->ainvtype, NULL)); in MatSetFromOptions_SchurComplement()
601 … isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplementAinvType ainvtype, MatReuse preuse,… in MatGetSchurComplement_Basic() argument
614 PetscValidLogicalCollectiveEnum(mat, ainvtype, 8); in MatGetSchurComplement_Basic()
644 …if (preuse != MAT_IGNORE_MATRIX) PetscCall(MatCreateSchurComplementPmat(A, B, C, D, ainvtype, preu… in MatGetSchurComplement_Basic()
696 … isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplementAinvType ainvtype, MatReuse preuse,… in MatGetSchurComplement() argument
708 PetscValidLogicalCollectiveEnum(A, ainvtype, 8); in MatGetSchurComplement()
717 …else PetscCall(MatGetSchurComplement_Basic(A, isrow0, iscol0, isrow1, iscol1, mreuse, S, ainvtype,… in MatGetSchurComplement()
738 PetscErrorCode MatSchurComplementSetAinvType(Mat S, MatSchurComplementAinvType ainvtype) in MatSchurComplementSetAinvType() argument
[all …]
H A Dschurm.h11 MatSchurComplementAinvType ainvtype; member