Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex192.c13 PetscInt isolver = 0, size_schur, m, n, nfact, nsolve, nrhs; in main() local
114 PetscCall(PetscOptionsGetInt(NULL, NULL, "-solver", &isolver, NULL)); in main()
115 switch (isolver) { in main()
132 …if (isolver == 0 && symm && !data_provided) { /* MUMPS (5.0.0) does not have support for Hermitian… in main()
147 if (PetscDefined(USE_COMPLEX) && isolver == 1) use_lu = PETSC_TRUE; in main()
285 if (isolver == 0) { in main()