PCLUSetMatReordering

Sets the ordering routine (to reduce fill) to be used it the LU factorization.

Synopsis

int PCLUSetMatReordering(PC pc, MatReorderingType ordering)
Collective on PC

Input Parameters

pc - the preconditioner context
ordering - the matrix ordering name, for example, ORDER_ND or ORDER_RCM

Options Database Key

-mat_order <nd,rcm,...> -Sets ordering routine

See Also

PCILUSetMatReordering()

Location: src/pc/impls/lu/lu.c
PC Index
Table of Contents