Home
last modified time | relevance | path

Searched refs:reuseordering (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h16 PetscBool reuseordering; /* reuses previous reordering computed */ member
H A Dfactor.c54 lu->reuseordering = flag; in PCFactorSetReuseOrdering_Factor()
H A Dfactimpl.c275 …if (factor->reuseordering) PetscCall(PetscViewerASCIIPrintf(viewer, " Reusing reordering from pas… in PCView_Factor()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c99 if (!dir->hdr.reuseordering) { in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c96 if (!dir->hdr.reuseordering) { in PCSetUp_Cholesky()
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c139 if (!ilu->hdr.reuseordering) { in PCSetUp_ILU()