| /petsc/src/ksp/pc/impls/deflation/ |
| H A D | deflation.h | 13 KSPType ksptype;
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex3_stringview.out | 3 Output from string viewer: TSType: rosw SNESType: ksponly KSPType: gmres classical (unmodified)…
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex2.c | 15 KSPType kspname; in main()
|
| H A D | ex3.c | 16 KSPType kspname; in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex13.c | 188 KSPType ksptype; in main()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | itcreate.c | 829 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 D | documentation_standards.rst | 99 KSP.Type | str`` (not e.g.: ``KSPType argument``). If the type is strictly an
|
| /petsc/include/ |
| H A D | petscksp.h | 41 typedef const char *KSPType; typedef 100 PETSC_EXTERN PetscErrorCode KSPSetType(KSP, KSPType); 101 PETSC_EXTERN PetscErrorCode KSPGetType(KSP, KSPType *);
|
| /petsc/doc/changes/ |
| H A D | 2022.md | 81 - `KSPType` is now a string, rather than enum type.
|
| /petsc/src/binding/petsc4py/ |
| H A D | CHANGES.rst | 297 instead of ``PETSc.KSPType``.
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex27.c | 46 KSPType ksptype; in main()
|
| H A D | ex76.c | 164 KSPType type; in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscksp.pxi | 3 ctypedef const char* PetscKSPType "KSPType"
|
| H A D | KSP.pyx | 3 class KSPType(object): class 171 petsc_options, petsc.KSPType 395 Type = KSPType 2423 del KSPType
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 173 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 D | tao.md | 927 > | ``ksp_type`` | cg, nash, | stcg | KSPType for | 1290 > | ``ksp_type`` | nash, stcg | stcg | KSPType for |
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mgfunc.c | 588 KSPType ksptype; in PCMGGetSmootherUp()
|
| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntr.c | 46 KSPType ksp_type; in TaoSolve_NTR()
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntl.c | 31 KSPType ksp_type; in TaoSolve_NTL()
|
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nls.c | 41 KSPType ksp_type; in TaoSolve_NLS()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 771 KSPType ksptype; in PCBDDCSetupFETIDPPCContext()
|
| H A D | bddcschurs.c | 792 KSPType ksp_type; in PCBDDCSubSchursSetUp()
|
| H A D | bddcprivate.c | 8528 KSPType coarse_ksp_type; in PCBDDCSetUpCoarseSolver() 9170 KSPType check_ksp_type; in PCBDDCSetUpCoarseSolver()
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 900 KSPType ksptype; in PCSetUp_BJKOKKOS()
|
| /petsc/doc/developers/ |
| H A D | style.md | 588 `KSPType`
|