| /petsc/src/mat/tests/ |
| H A D | ex28.c | 62 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-mat_factor_type", MatFactorTypes, (PetscEnum *)&factty… in main() 67 PetscCall(PetscStrncpy(factortype, MatFactorTypes[facttype], sizeof(factortype))); in main()
|
| H A D | ex154.c | 58 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-mat_factor_type", MatFactorTypes, (PetscEnum *)&factor… in main() 74 …SC_FALSE, PETSC_COMM_WORLD, PETSC_ERR_SUP, "Not coded for factor type %s", MatFactorTypes[factor]); in main()
|
| H A D | ex215.c | 123 …PetscCall(PetscOptionsGetEList(NULL, NULL, "-ftype", MatFactorTypes, MAT_FACTOR_NUM_TYPES, &iftyp,… in main() 132 …COMM_WORLD, PETSC_ERR_SUP, "Factorization %s not supported in this example", MatFactorTypes[ftyp]); in main()
|
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factimpl.c | 11 MatFactorTypes[icc->factortype], ((PetscObject)pc->pmat)->type_name, icc->solvertype); in PCFactorSetUpMatSolverType_Factor()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 1059 …ctComm((PetscObject)F), PETSC_ERR_SUP, "Unsupported factor type %s", MatFactorTypes[sub_schurs->ma… in PCBDDCSubSchursSetUp() 1311 …ctComm((PetscObject)F), PETSC_ERR_SUP, "Unsupported factor type %s", MatFactorTypes[sub_schurs->ma… in PCBDDCSubSchursSetUp() 1533 …ctComm((PetscObject)F), PETSC_ERR_SUP, "Unsupported factor type %s", MatFactorTypes[sub_schurs->ma… in PCBDDCSubSchursSetUp() 1699 …ctComm((PetscObject)F), PETSC_ERR_SUP, "Unsupported factor type %s", MatFactorTypes[sub_schurs->ma… in PCBDDCSubSchursSetUp() 2134 …tor type to use. Use MAT_FACTOR_NONE for automatic selection", NULL, MatFactorTypes, (PetscEnum)su… in PCBDDCSubSchursInit()
|
| H A D | bddcscalingbasic.c | 514 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported factor type %s", MatFactorTypes[sub_schurs->m… in PCBDDCScalingSetUp_Deluxe_Private()
|
| /petsc/src/mat/impls/transpose/ |
| H A D | htransm.c | 424 …R_SUP, "Support for factor type %s not implemented in MATTRANSPOSEVIRTUAL", MatFactorTypes[ftype]); in MatGetFactor_HT()
|
| H A D | transm.c | 245 …R_SUP, "Support for factor type %s not implemented in MATTRANSPOSEVIRTUAL", MatFactorTypes[ftype]); in MatGetFactor_Transpose()
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 1769 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "MatFactorType %s not supported", MatFactorTypes[ftype]); in GetFactor() 1796 …Y, PETSC_COMM_SELF, PETSC_ERR_LIB, "Factor type %s not implemented", MatFactorTypes[A->factortype]… in InvertFactors()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 49 const char *const MatFactorTypes[] = {"NONE", "LU", "CHOLESKY", "ILU", "ICC", "ILUDT", "QR", "MatFa… variable 4841 … and matrix type %s. Perhaps you must ./configure with --download-%s", type, MatFactorTypes[ftype], in MatGetFactor() 4844 …locate a solver type for factorization type %s and matrix type %s.", MatFactorTypes[ftype], ((Pets… in MatGetFactor() 4848 …%s does not support factorization type %s for matrix type %s", type, MatFactorTypes[ftype], ((Pets… in MatGetFactor()
|
| /petsc/include/ |
| H A D | petscmat.h | 209 PETSC_EXTERN const char *const MatFactorTypes[]; variable
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 2339 …PETSC_ERR_SUP, "MatFactorType %s is not supported by MatType SeqAIJKokkos", MatFactorTypes[ftype]); in MatGetFactor_SeqAIJKokkos_Kokkos()
|