Home
last modified time | relevance | path

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

/petsc/src/mat/interface/ !
H A Dmatrix.c4884 PetscErrorCode (*gconv)(Mat, MatFactorType, Mat *); in MatGetFactorAvailable() local
4896 PetscCall(MatSolverTypeGet(type, ((PetscObject)mat)->type_name, ftype, NULL, NULL, &gconv)); in MatGetFactorAvailable()
4897 *flg = gconv ? PETSC_TRUE : PETSC_FALSE; in MatGetFactorAvailable()