Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h830 static inline PetscErrorCode MatPivotCheck_inblocks(PETSC_UNUSED Mat mat, const MatFactorInfo *info… in MatPivotCheck_inblocks() function
865 …else if (info->shifttype == (PetscReal)MAT_SHIFT_INBLOCKS) PetscCall(MatPivotCheck_inblocks(mat, i… in MatPivotCheck()