Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c4637 …eGet(MatSolverType type, MatType mtype, MatFactorType ftype, PetscBool *foundtype, PetscBool *foun… in MatSolverTypeGet() argument
4644 if (foundtype) *foundtype = PETSC_FALSE; in MatSolverTypeGet()
4652 if (foundtype) *foundtype = PETSC_TRUE; in MatSolverTypeGet()
4672 if (foundtype) *foundtype = PETSC_TRUE; in MatSolverTypeGet()
4688 if (foundtype) *foundtype = PETSC_TRUE; in MatSolverTypeGet()
4821 PetscBool foundtype, foundmtype, shell, hasop = PETSC_FALSE; in MatGetFactor() local
4838 …PetscCall(MatSolverTypeGet(type, ((PetscObject)mat)->type_name, ftype, &foundtype, &foundmtype, &c… in MatGetFactor()
4839 if (!foundtype) { in MatGetFactor()