PETSc version 3.17.5
MatFactorGetPreferredOrdering
The preferred ordering for a particular matrix factor object
Synopsis
#include "petscmat.h"
PetscErrorCode MatFactorGetPreferredOrdering(Mat mat, MatFactorType ftype, MatOrderingType *otype)
Logically Collective on Mat
Input Parameters
Output Parameters
| otype | - the preferred type
|
See Also
MatCopy(), MatDuplicate(), MatGetFactorAvailable(), MatGetFactor(), MatLUFactorSymbolic(), MatCholeskyFactorSymbolic()
Level
developer
Location
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages