Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.h13 KSPType ksptype;
/petsc/src/ts/tutorials/output/
H A Dex3_stringview.out3 Output from string viewer: TSType: rosw SNESType: ksponly KSPType: gmres classical (unmodified)…
/petsc/src/ksp/pc/tests/
H A Dex2.c15 KSPType kspname; in main()
H A Dex3.c16 KSPType kspname; in main()
/petsc/src/ksp/ksp/tests/
H A Dex13.c188 KSPType ksptype; in main()
/petsc/src/ksp/ksp/interface/
H A Ditcreate.c829 PetscErrorCode KSPSetType(KSP ksp, KSPType type) in KSPSetType()
876 PetscErrorCode KSPGetType(KSP ksp, KSPType *type) in KSPGetType()
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst99 KSP.Type | str`` (not e.g.: ``KSPType argument``). If the type is strictly an
/petsc/include/
H A Dpetscksp.h41 typedef const char *KSPType; typedef
100 PETSC_EXTERN PetscErrorCode KSPSetType(KSP, KSPType);
101 PETSC_EXTERN PetscErrorCode KSPGetType(KSP, KSPType *);
/petsc/doc/changes/
H A D2022.md81 - `KSPType` is now a string, rather than enum type.
/petsc/src/binding/petsc4py/
H A DCHANGES.rst297 instead of ``PETSc.KSPType``.
/petsc/src/ksp/ksp/tutorials/
H A Dex27.c46 KSPType ksptype; in main()
H A Dex76.c164 KSPType type; in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi3 ctypedef const char* PetscKSPType "KSPType"
H A DKSP.pyx3 class KSPType(object): class
171 petsc_options, petsc.KSPType
395 Type = KSPType
2423 del KSPType
/petsc/doc/manual/
H A Dksp.md173 KSPSetType(KSP ksp,KSPType method);
179 {any}`tab-kspdefaults` or the `KSPType` man page for more.
184 {any}`tab-kspdefaults` or the `KSPType` man page). There are
310 - KSPType
454 …$ B(b - A x) \$ or unconditioned residual \$ b - Ax\$, depending on the `KSPType` and the value of…
919 `PCType=PCILU`, `KSPType=KSPPREONLY` (or equivalently `KSPType=KSPNONE`); the user can set alternat…
1149 …> - `-mg_levels_ksp_type` \<KSPType:chebyshev> If `KSPCHEBYSHEV` or `KSPRICHARDSON` is not used, t…
1158 > - `-mg_coarse_ksp_type` \<KSPType:none> Sets the solver `KSPType` to use on the coarsest level.
1382 Use a `KSPType` of `KSPRICHARDSON`
H A Dtao.md927 > | ``ksp_type`` | cg, nash, | stcg | KSPType for |
1290 > | ``ksp_type`` | nash, stcg | stcg | KSPType for |
/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c588 KSPType ksptype; in PCMGGetSmootherUp()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c46 KSPType ksp_type; in TaoSolve_NTR()
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c31 KSPType ksp_type; in TaoSolve_NTL()
/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c41 KSPType ksp_type; in TaoSolve_NLS()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c771 KSPType ksptype; in PCBDDCSetupFETIDPPCContext()
H A Dbddcschurs.c792 KSPType ksp_type; in PCBDDCSubSchursSetUp()
H A Dbddcprivate.c8528 KSPType coarse_ksp_type; in PCBDDCSetUpCoarseSolver()
9170 KSPType check_ksp_type; in PCBDDCSetUpCoarseSolver()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx900 KSPType ksptype; in PCSetUp_BJKOKKOS()
/petsc/doc/developers/
H A Dstyle.md588 `KSPType`