Searched refs:KSPCHEBYSHEV (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | itregis.c | 81 PetscCall(KSPRegister(KSPCHEBYSHEV, KSPCreate_Chebyshev)); in KSPRegisterAll()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscksp.pxi | 5 PetscKSPType KSPCHEBYSHEV
|
| H A D | KSP.pyx | 13 `petsc.KSPCHEBYSHEV`. 175 CHEBYSHEV = S_(KSPCHEBYSHEV)
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 474 - ``KSPCHEBYSHEV``
|
| /petsc/doc/changes/ |
| H A D | 33.md | 100 - Renamed KSPCHEBYCHEV to KSPCHEBYSHEV
|
| H A D | 38.md | 114 - KSPCHEBYSHEV: replace KSPChebyshevEstEigSetUseRandom() with
|
| H A D | 317.md | 155 …d reliable than the previous default of `KSPGMRES`, and in tune with `KSPCHEBYSHEV`. Note that Che…
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 601 PetscCall(PetscObjectTypeCompare((PetscObject)smoother, KSPCHEBYSHEV, &ischeb)); in PCSetUp_GAMG() 856 PetscCall(KSPSetType(smoother, KSPCHEBYSHEV)); in PCSetUp_GAMG() 923 PetscCall(PetscObjectTypeCompare((PetscObject)smoother, KSPCHEBYSHEV, &ischeb)); in PCSetUp_GAMG()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 415 PetscCall(KSPSetType(mglevels[i]->smoothd, KSPCHEBYSHEV)); in PCMGSetLevels_MG() 923 PetscCall(KSPSetType(mglevels[i]->cr, KSPCHEBYSHEV)); in PCSetUp_MG()
|
| /petsc/include/ |
| H A D | petscksp.h | 43 #define KSPCHEBYSHEV "chebyshev" macro
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 176 The type can be one of `KSPRICHARDSON`, `KSPCHEBYSHEV`, `KSPCG`, 316 - ``KSPCHEBYSHEV`` 1149 …> - `-mg_levels_ksp_type` \<KSPType:chebyshev> If `KSPCHEBYSHEV` or `KSPRICHARDSON` is not used, t…
|