Searched refs:Fact (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex48.c | 7 Mat A, B, C, D, Fact; in main() local 163 PetscCall(MatGetFactor(A, "petsc", MAT_FACTOR_LU, &Fact)); in main() 164 PetscCall(MatLUFactorSymbolic(Fact, A, is1, is2, &info)); in main() 165 PetscCall(MatLUFactorNumeric(Fact, A, &info)); in main() 167 PetscCall(MatForwardSolve(Fact, yy, xx)); in main() 168 PetscCall(MatBackwardSolve(Fact, xx, s1)); in main() 169 PetscCall(MatDestroy(&Fact)); in main()
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ |
| H A D | superlu_dist.c | 285 …PetscCheck(lu->options.Fact == FACTORED, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "SuperLU_DIST optio… in MatSolve_SuperLU_DIST() 358 …PetscCheck(lu->options.Fact == FACTORED, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "SuperLU_DIST optio… in MatMatSolve_SuperLU_DIST() 473 if (lu->options.Fact == DOFACT) { /* first numeric factorization */ in MatLUFactorNumeric_SuperLU_DIST() 481 lu->options.Fact = SamePattern_SameRowPerm; /* matrix has similar numerical values */ in MatLUFactorNumeric_SuperLU_DIST() 503 lu->options.Fact = SamePattern; in MatLUFactorNumeric_SuperLU_DIST() 511 lu->options.Fact = DOFACT; in MatLUFactorNumeric_SuperLU_DIST() 535 if (lu->options.Fact == DOFACT) { in MatLUFactorNumeric_SuperLU_DIST() 581 …lu->options.Fact = FACTORED; /* The factored form of A is supplied. Local option used by this func… in MatLUFactorNumeric_SuperLU_DIST() 955 lu->options.Fact = DOFACT; in MatGetFactor_aij_superlu_dist()
|
| /petsc/src/mat/impls/aij/seq/superlu/ |
| H A D | superlu.c | 136 lu->options.Fact = FACTORED; /* Indicate the factored form of A is supplied. */ in MatSolve_SuperLU_Private() 239 lu->options.Fact = SamePattern; in MatLUFactorNumeric_SuperLU() 247 lu->options.Fact = SamePattern; in MatLUFactorNumeric_SuperLU()
|