petsc-3.11.4 2019-09-28
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()

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