Searched refs:foundmtype (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.c | 9 PetscBool foundmtype, flg, destroy = PETSC_FALSE; in PCFactorSetDefaultOrdering_Factor() local 17 …(fact->solvertype, ((PetscObject)pc->pmat)->type_name, fact->factortype, NULL, &foundmtype, NULL)); in PCFactorSetDefaultOrdering_Factor() 18 if (foundmtype) { in PCFactorSetDefaultOrdering_Factor()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 4637 …, MatType mtype, MatFactorType ftype, PetscBool *foundtype, PetscBool *foundmtype, PetscErrorCode … in MatSolverTypeGet() argument 4645 if (foundmtype) *foundmtype = PETSC_FALSE; in MatSolverTypeGet() 4657 if (foundmtype) *foundmtype = PETSC_TRUE; in MatSolverTypeGet() 4673 if (foundmtype) *foundmtype = PETSC_TRUE; in MatSolverTypeGet() 4689 if (foundmtype) *foundmtype = 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() 4847 …PetscCheck(foundmtype, PetscObjectComm((PetscObject)mat), PETSC_ERR_MISSING_FACTOR, "MatSolverType… in MatGetFactor()
|
| /petsc/include/ |
| H A D | petscmat.h | 231 …et(MatSolverType stype, MatType mtype, MatFactorType ftype, PetscBool *foundmtype, PetscBool *foun… in MatSolverPackageGet() argument 233 return MatSolverTypeGet(stype, mtype, ftype, foundmtype, foundstype, f); in MatSolverPackageGet()
|