PCFactorGetMatSolverPackage
gets the software that is used to perform the factorization
Synopsis
#include "petscpc.h"
PetscErrorCode PETSCKSP_DLLEXPORT PCFactorGetMatSolverPackage(PC pc,const MatSolverPackage *stype)
Collective on PC
Input Parameter
pc -the preconditioner context
Output Parameter
stype -for example, spooles, superlu, superlu_dist
Keywords
PC, set, factorization, direct, fill
See Also
MatGetFactor(), MatSolverPackage, PCFactorGetMatSolverPackage()
Level:intermediate
Location:src/ksp/pc/impls/factor/factor.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages