petsc-3.14.6 2021-03-30
Report Typos and Errors

MatFactorType

indicates what type of factorization is requested

Synopsis

typedef enum {MAT_FACTOR_NONE, MAT_FACTOR_LU, MAT_FACTOR_CHOLESKY, MAT_FACTOR_ILU, MAT_FACTOR_ICC,MAT_FACTOR_ILUDT} MatFactorType;

Any additions/changes here MUST also be made in include/petsc/finclude/petscmat.h

See Also

MatSolverType, MatGetFactor(), MatGetFactorAvailable(), MatSolverTypeRegister()

Level

beginner

Location

src/mat/../../include/petscmat.h
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages