petsc-3.7.1 2016-05-15
MatFactorGetSolverPackage
Returns name of the package providing the factorization routines
Synopsis
#include "petscmat.h"
PetscErrorCode MatFactorGetSolverPackage(Mat mat, const MatSolverPackage *type)
Not Collective Many br
Input Parameter
mat -the matrix, must be a factored matrix Many br
Output Parameter
type -the string name of the package (do not free this string) Many br
Notes
In Fortran you pass in a empty string and the package name will be copied into it. Many br(Make sure the string is long enough) Many br
Many br
See Also
MatCopy(), MatDuplicate(), MatGetFactorAvailable(), MatGetFactor()
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages