Lines Matching refs:chol
56 PetscBool chol = PETSC_FALSE, view = PETSC_FALSE, matsolvexx = PETSC_FALSE, test_inertia; in main() local
96 PetscCall(PetscOptionsGetBool(NULL, NULL, "-cholesky", &chol, NULL)); in main()
135 if (chol) { /* Hermitian transpose not supported by MUMPS Cholesky factor */ in main()
236 PetscCheck(!chol, PETSC_COMM_WORLD, PETSC_ERR_SUP, "SuperLU does not provide Cholesky!"); in main()
247 PetscCheck(!chol, PETSC_COMM_WORLD, PETSC_ERR_SUP, "SuperLU does not provide Cholesky!"); in main()
265 if (chol) { in main()
292 if (chol) { in main()
306 if (chol) { in main()
322 if (chol) { in main()
338 if (chol) { in main()
345 if (chol) { in main()
386 if (chol) { in main()