Home
last modified time | relevance | path

Searched refs:MatFactorShiftTypesDetail (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c289 …if (MatFactorShiftTypesDetail[(int)factor->info.shifttype]) { /* Only print when using a nontrivia… in PCView_Factor()
290 …PetscCall(PetscViewerASCIIPrintf(viewer, " using %s [%s]\n", MatFactorShiftTypesDetail[(int)facto… in PCView_Factor()
/petsc/src/mat/interface/
H A Ddlregismat.c10 const char *const MatFactorShiftTypesDetail[] = {NULL, "diagonal shift to prevent zero pivot", "Ma… variable
/petsc/include/
H A Dpetscmat.h1488 PETSC_EXTERN const char *const MatFactorShiftTypesDetail[]; variable