Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex28.c62 …PetscCall(PetscOptionsGetEnum(NULL, NULL, "-mat_factor_type", MatFactorTypes, (PetscEnum *)&factty… in main()
67 PetscCall(PetscStrncpy(factortype, MatFactorTypes[facttype], sizeof(factortype))); in main()
H A Dex154.c58 …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 Dex215.c123 …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 Dfactimpl.c11 MatFactorTypes[icc->factortype], ((PetscObject)pc->pmat)->type_name, icc->solvertype); in PCFactorSetUpMatSolverType_Factor()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c1059 …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 Dbddcscalingbasic.c514 …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 Dhtransm.c424 …R_SUP, "Support for factor type %s not implemented in MATTRANSPOSEVIRTUAL", MatFactorTypes[ftype]); in MatGetFactor_HT()
H A Dtransm.c245 …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 Dmatseqdensecupm.hpp1769 … 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 Dmatrix.c49 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 Dpetscmat.h209 PETSC_EXTERN const char *const MatFactorTypes[]; variable
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx2339 …PETSC_ERR_SUP, "MatFactorType %s is not supported by MatType SeqAIJKokkos", MatFactorTypes[ftype]); in MatGetFactor_SeqAIJKokkos_Kokkos()