PCCholeskySetReuseOrdering
When similar matrices are factored, this causes the ordering computed in the first factor to be used for all following factors.
Synopsis
#include "petscpc.h"
PetscErrorCode PCCholeskySetReuseOrdering(PC pc,PetscTruth flag)
Collective on PC
Input Parameters
Options Database Key
-pc_cholesky_reuse_ordering -Activate PCCholeskySetReuseOrdering()
Keywords
PC, levels, reordering, factorization, incomplete, LU
See Also
PCCholeskySetReuseFill(), PCICholeskySetReuseOrdering(), PCICholeskyDTSetReuseFill()
Level:intermediate
Location:src/ksp/pc/impls/cholesky/cholesky.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages