Home
last modified time | relevance | path

Searched refs:PCFactorGetMatSolverType (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/pc/impls/factor/qr/
H A Dqr.c63 PetscCall(PCFactorGetMatSolverType(pc, &stype)); in PCSetUp_QR()
/petsc/src/ksp/pc/impls/factor/icc/
H A Dicc.c56 PetscCall(PCFactorGetMatSolverType(pc, &stype)); in PCSetUp_ICC()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c137 PetscCall(PCFactorGetMatSolverType(pc, &stype)); in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c143 PetscCall(PCFactorGetMatSolverType(pc, &stype)); in PCSetUp_Cholesky()
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c170 PetscCall(PCFactorGetMatSolverType(pc, &stype)); in PCSetUp_ILU()
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c467 PetscErrorCode PCFactorGetMatSolverType(PC pc, MatSolverType *stype) in PCFactorGetMatSolverType() function
/petsc/include/
H A Dpetscpc.h201 PETSC_EXTERN PetscErrorCode PCFactorGetMatSolverType(PC, MatSolverType *);
209 return PCFactorGetMatSolverType(pc, stype); in PCFactorGetMatSolverPackage()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi219 PetscErrorCode PCFactorGetMatSolverType(PetscPC, PetscMatSolverType*)
H A DPC.pyx1337 petsc.PCFactorGetMatSolverType
1341 CHKERR(PCFactorGetMatSolverType(self.pc, &cval))
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c741 PetscCall(PCFactorGetMatSolverType(pc, &solver)); in PCBDDCSetupFETIDPPCContext()
819 PetscCall(PCFactorGetMatSolverType(pc, &solver)); in PCBDDCSetupFETIDPPCContext()
H A Dbddcschurs.c813 PetscCall(PCFactorGetMatSolverType(origpc, &solver)); in PCBDDCSubSchursSetUp()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1168 PetscCall(PCFactorGetMatSolverType(factor, &type)); in PCApply_Schur()
1608 PetscCall(PCFactorGetMatSolverType(p->first, &type)); in PCApply_Nest()
2484 PetscCall(PCFactorGetMatSolverType(ksp[0]->pc, &type)); in PCSetUp_HPDDM()
2756 PetscCall(PCFactorGetMatSolverType(s, &type)); in PCSetUp_HPDDM()