PETSc version 3.17.5
Fix/Edit manual page

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

mat - the matrix

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