Searched refs:KSPChebyshevEstEigSet (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/impls/cheby/ |
| H A D | cheby.c | 74 PetscCall(KSPChebyshevEstEigSet(ksp, 0., 0., 0., 0.)); /* Destroy any estimation setup */ in KSPChebyshevSetEigenvalues_Chebyshev() 212 PetscErrorCode KSPChebyshevEstEigSet(KSP ksp, PetscReal a, PetscReal b, PetscReal c, PetscReal d) in KSPChebyshevEstEigSet() function 362 PetscCall(KSPChebyshevEstEigSet(ksp, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE)); in KSPSetFromOptions_Chebyshev() 365 PetscCall(KSPChebyshevEstEigSet(ksp, PETSC_DECIDE, tform[0], PETSC_DECIDE, tform[1])); in KSPSetFromOptions_Chebyshev() 368 PetscCall(KSPChebyshevEstEigSet(ksp, tform[0], tform[1], tform[2], tform[3])); in KSPSetFromOptions_Chebyshev() 379 …if ((cheb->emin == 0. || cheb->emax == 0.) && !cheb->kspest) PetscCall(KSPChebyshevEstEigSet(ksp, … in KSPSetFromOptions_Chebyshev() 790 …if (!cheb->kspest) PetscCall(KSPChebyshevEstEigSet(ksp, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, … in KSPSetUp_Chebyshev()
|
| /petsc/doc/changes/ |
| H A D | 36.md | 125 KSPChebyshevEstEigSet() and
|
| /petsc/include/ |
| H A D | petscksp.h | 320 PETSC_EXTERN PetscErrorCode KSPChebyshevEstEigSet(KSP, PetscReal, PetscReal, PetscReal, PetscReal);
|