Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/output/
H A Dex13_qlp_sisc_none.out1 Using KSPMINRES-QLP
H A Dex13_qlp_sisc.out1 Using KSPMINRES-QLP
H A Dex13_qlp_3.out1 Using KSPMINRES-QLP
H A Dex13_qlp_3_alt.out1 Using KSPMINRES-QLP
H A Dex13_qlp_2.out1 Using KSPMINRES-QLP
H A Dex13_qlp_1.out1 Using KSPMINRES-QLP
/petsc/src/ksp/ksp/tests/
H A Dex13.c174 PetscCall(KSPSetType(ksp, KSPMINRES)); in main()
183 PetscCall(PetscObjectTypeCompare((PetscObject)ksp, KSPMINRES, &flg)); in main()
H A Dex42.c53 PetscCall(KSPSetType(ksp, KSPMINRES)); in main()
H A Dex25.c58 PetscCall(KSPSetType(ksp, KSPMINRES)); in main()
H A Dex24.c82 PetscCall(KSPSetType(ksp, KSPMINRES)); in main()
/petsc/src/ksp/ksp/interface/
H A Ditregis.c104 PetscCall(KSPRegister(KSPMINRES, KSPCreate_MINRES)); in KSPRegisterAll()
/petsc/doc/miscellaneous/
H A Dacknowledgements.md30 - Robert Scheichl, the original `KSPMINRES` implementation.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi42 PetscKSPType KSPMINRES
H A DKSP.pyx136 `petsc.KSPMINRES`
212 MINRES = S_(KSPMINRES)
/petsc/doc/overview/
H A Dlinear_solve_table.md614 - ``KSPMINRES``
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex1.c465 if (is_hermitian) PetscCall(KSPSetType(kspeig, KSPMINRES)); in MatSetRandomWithShift()
/petsc/include/
H A Dpetscksp.h83 #define KSPMINRES "minres" macro
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx691 …CGRR, KSPPIPELCG, KSPPIPEPRCG, KSPPIPECG2, KSPSTCG, KSPFCG, KSPPIPEFCG, KSPMINRES, KSPNASH, KSPSYM… in PCPreSolve_HPDDM()
/petsc/doc/manual/
H A Dksp.md376 - ``KSPMINRES``