Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c19 PetscBool qlp; member
298 if ((Acond < minres->TranCond || !minres->qlp) && flag == flag0 && QLPiter == 0) { // MINRES in KSPSolve_MINRES()
313 } else if (minres->qlp) { //MINRES-QLP updates in KSPSolve_MINRES()
405 …if (minres->qlp) { /* We use these indicators only if the QLP variant has been selected … in KSPSolve_MINRES()
684 static PetscErrorCode KSPMINRESSetUseQLP_MINRES(KSP ksp, PetscBool qlp) in KSPMINRESSetUseQLP_MINRES() argument
689 minres->qlp = qlp; in KSPMINRESSetUseQLP_MINRES()
702 static PetscErrorCode KSPMINRESGetUseQLP_MINRES(KSP ksp, PetscBool *qlp) in KSPMINRESGetUseQLP_MINRES() argument
707 *qlp = minres->qlp; in KSPMINRESGetUseQLP_MINRES()
723 …ksp_minres_qlp", "Solve with QLP variant", "KSPMINRESSetUseQLP", minres->qlp, &minres->qlp, NULL)); in KSPSetFromOptions_MINRES()
748 PetscErrorCode KSPMINRESSetUseQLP(KSP ksp, PetscBool qlp) in KSPMINRESSetUseQLP() argument
[all …]