Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ditregis.c101 PetscCall(KSPRegister(KSPBICG, KSPCreate_BiCG)); in KSPRegisterAll()
/petsc/doc/changes/
H A D2024.md282 - Added the KSP type of `KSPBICG` (contributed by Victor Eijkhout)
284 preconditioner transpose (required by KSPBICG).
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi41 PetscKSPType KSPBICG
H A DKSP.pyx133 `petsc.KSPBICG`
211 BICG = S_(KSPBICG)
301 A breakdown in the KSPBICG method was detected so the method
/petsc/doc/overview/
H A Dlinear_solve_table.md549 - ``KSPBICG``
/petsc/include/
H A Dpetscksp.h82 #define KSPBICG "bicg" macro
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx884 PetscCall(PetscObjectTypeCompareAny((PetscObject)jac->ksp, &flg, KSPBICG, "")); in PCSetUp_BJKOKKOS()
/petsc/doc/manual/
H A Dksp.md178 `KSPCR`, `KSPLSQR`, `KSPBICG`, `KSPPREONLY` (or the equivalent `KSPNONE`), or others; see
355 - ``KSPBICG``
441 thus the `KSPBICG` cannot always be used.