Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactimpl.c229 …type", "Type of shift to add to diagonal", "PCFactorSetShiftType", MatFactorShiftTypes, (PetscEnum… in PCSetFromOptions_Factor()
290 …s [%s]\n", MatFactorShiftTypesDetail[(int)factor->info.shifttype], MatFactorShiftTypes[(int)factor… in PCView_Factor()
/petsc/src/mat/interface/
H A Ddlregismat.c8 const char *const MatFactorShiftTypes[] = {"NONE", "NONZERO", "POSITIVE_DEFINITE", "INBLOCKS… variable
/petsc/include/
H A Dpetscmat.h1487 PETSC_EXTERN const char *const MatFactorShiftTypes[]; variable